I'm trying to do an off-line copy a website that requires login with HTTrack. The question, although, it is quite more generic. Following this instructions http://www.httrack.com/html/faq.html#QM6 I understood that I must use the following structure to be logged-in:
https://username:[email protected]
The problem I'm facing is probably very simple for someone with html expertise.
How can I do to put a username that is actually an email address inside https://username:password@
chain? Because as it is, when I put my username, the code is "cut" by the "@" of the email, instead of considering the whole stuff.
Thanks in advance!
(this is oriented to build a bash script, so the GUI solutions won't make it)
I think you should click on "Add URL" button according to screenshot given below.
I successfully copied the whole site by providing email and password using this way. I hope this will help you too :)