| Hi all,
When I download a page from any http server using the -P proxy parameter, no
issue all works. I see the proxy's IP on the webserver, but when I try to
download the https - version, I always see the original host IP placing
requests.
httrack -P 127.0.0.1:8118 -c1 -%c1 <https://www.somesite.com> -O "/tmp/test"
On port 8118 there is privoxy running that forwards the requests through
proxy4a to the TOR network.
Any idea what I'm doing wrong here?
| |