| > i have a link with lot's of ? ie:
> <http://........../picnav/cgi-bin/picnav.cgi?>>;
category_id=00091&model=ackbar.ashley&set=3&image_pos=0
> Each time i launch WinHttrack, i get from error log the
> message 401 authorisation requested.
> While i am putting the correct username/password, why i
am
> getting such error.
httrack may not transfer the creditentials? A possible
reason: if these links are absolute (http://), httrak will
not send creditentials unless the host/directory
arerecognized.
If the starting URL was:
<http://smith:foo@www.example.com/bar/whatever/foo/>
and the link points to:
<http://www.example.com/foo/>
then, httrack won't pass the username/password.
The only hack to bypass this limit is to add a second fake
URL in httrack:
<http://smith:foo@www.example.com/foo/invalid>
In this case, httrack should send creditentials when seeing
<http://www.example.com/foo/>
| |