> Control: tag -1 unreproducible
>
> Hi,
>
> Fulano Diego Perez wrote:
>> Package: links2
>> Version: 2.12-2
>> Severity: normal
>>
>>
>> try with these but not working from a few ip test sites like wtfismyip.com
>>
>> -http.fake-user-agent 'UA'
>> -http.fake-user-agent "UA"
>>
>> used with/without some other options still fails
>
> I'm sorry, but I can't reproduce this issue:
>
> Calling "links2 -http.fake-user-agent UA http://wtfismyip.com/headers"
> gives me as expected:
>
> host: wtfismyip.com
> user-agent: UA
> accept: */*
> accept-language: en,*;q=0.1
> accept-encoding: gzip,deflate,bzip2,lzma,lzma2
> accept-charset:
> us-ascii,ISO-8859-1,ISO-8859-2,ISO-8859-3,ISO-8859-4,ISO-8859-5,ISO-8859-6,[...]
> connection: keep-alive
>
> Switching to HTTPS does not make a difference either. Same for links2
> on Debian Stable.
>
>> also the same when using fake.firefox 0/1
>
> Never heard of that option/setting and it's neither in the man page,
> nor in the --help output nor listed in ~/.links2/links.cfg nor can
> such a binary setting be seen in the menu under Setup -> Network options
> -> HTTP options -> Headers options.
which menu is that in stretch ?
$ links2 -h
-http.fake-firefox <0>/<1>
(default 0)
Fake Firefox in the HTTP header.
> ~/.links2/links.cfg
i have none
with all 3 below:
$ links2 -socks-proxy 127.0.0.1:9051 -only-proxies 1 -http.referer 0
-http.fake-user-agent "3 com" https://wtfismyip.com/headers/
$ links2 -socks-proxy 127.0.0.1:9051 -only-proxies 1 -http.referer 0
-http.fake-user-agent "Mozilla/5.0 (Windows NT 6.1; rv:45.0)
Gecko/20100101 Firefox/45.0" https://wtfismyip.com/headers/
$ links2 -socks-proxy 127.0.0.1:9051 -only-proxies 1 -http.referer 0
-http.fake-user-agent " " https://wtfismyip.com/headers/
host: wtfismyip.com
user-agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101
Firefox/38.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
this is in my man page:
-http.fake-firefox <0>/<1>
(default 0) Fake that the browser is Firefox in the HTTP
header.
dpkg --reconfigure
?