| Hey william,
I'm trying to download a specific folder in a form-based authentication
website.
I followed your directions on capturing the login page.
After it captures the login page, do I still have to put the username and
password in the insert menu?
So, which of these two lines should I use?
<http://www.domain.com/login.asp?>postfile:C:\Folder\hts-post0>
<http://username:password@www.domain.com/login.asp?>postfile:C:\Folder\hts-post0>
Also, I'm trying to download the everything only in a particular directory and
I'm having trouble with it.
I would like to download ONLY the pages that end with .asp extension in a
specific directory "www.domain.com/databases/folder/"
The current filter I'm using is:
-*
-*/logout.asp
+www.domain.com/databases/folder/*
After trying this out few different ways, only thing that gets downloaded is
the login page.
Am I doing something wrong here? | |