| > Hello, I have some problems downloading a site that needs
> authentication. I get ok the first page adding
> user:password@www... at the beginning of the URL, but
then
> the page refers to an upper link and httrack doesn't send
> user and password again so I get and Authorization
Required
> error. Is there any way to tell httrack that always add
the
> user:password@ in every link it request?
Not really.. except using a little trick: add this URL
together with the other one:
user:password@www.foo.com/FOOBAR
(replace www.foo.com by your site's name)
Of course, the /FOOBAR link will result in a 404 (not
found) page. BUT this should propagate the creditentials
for all "upper" liniks.
| |