| Hi there,
I want to copy a website that displays a list of definitions when we click on
them.
Usually, I access this website through an authenticated proxy, more
specifically, I gave an "automatic configuration URL" in Firefox, who then
asks for the login-passcode pair when accessing a resource that needs it.
However, when I pass command
httrack <https://website/index.aspx> -W -O "/Users/cubytus/websites/M1" -P
user@passcode:proxy.domain.com:80 -%v
I only get the login page, as if the proxy was never taken into account.
What am I doing wrong? | |