wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | Can't test with cookies since localhost is a publ


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | Can't test with cookies since localhost is a public suffix (#417)
Date: Wed, 14 Nov 2018 08:12:46 +0000

There is the `HOSTALIASES` env variable. So you can a custom hosts file, e.g. 
with content
```
wgettestingserver.org localhost
subdomain.wgettestingserver.org localhost
```

Or what about the new option `--dns-cache-preload` ? Letting needed domains 
resolve as 127.0.0.1 (better: find out what localhost resolves to and use that 
IP).

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/417#note_117123398
You're receiving this email because of your account on gitlab.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]