| > I am having problems downloading a site behind a
> login-form. I am following the "CatchURL tutorial"
> at <http://httrack.kauler.com/help/CatchURL_tutorial>
> and everything seems fine, but only 2 files get
> downloaded: "styles.css" and "YYYYLogout.html",
> although I have the following Scan Rules:
> -* +*.gif +*.jpg +*.css +*.TTF +*YYYYShowProfile*
> +*YYYYShowMembers* -*Logout*
You can't get YYYYLogout.html since your filters say get nothing but images
and showprofile/showmembers (the -*Logout* is redundant to the -*)
> >>> HTTP/1.1 302 Object moved
> >>> Location: ./Members/YYYYShowMembers.asp
This indicates to me that after login the site redirects showmembers to
another page and that page does not match your filters. | |