httrack: how to copy a website with email based username login

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 I understood that I must use the following structure to be logged-in:

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 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)

5

1 Answer

I think you should click on "Add URL" button according to screenshot given below.enter image description here

I successfully copied the whole site by providing email and password using this way. I hope this will help you too :)

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like