| > I'm trying to make a static preview of my site which use
two
> cookies. The first is the authentification one. The second
> redirect the access on the public workspace.
> The method:
> httrack --catchurl
> httrack -b1 -s0 <http://test.info/GoIN?>postfile:hts>-
post0'
>
> The two cookies are in the cookies.txt file but httrack
get
> only the private login page.
The "next" page is maybe located in an upper/different
location ; like <http://www.test.info> ?
In this case, use filters, such as:
+www.test.info/*
Lack of filters is generally the #1 problem in this case
| |