how to download a page result specified by querystring?

William
04/01/2008 09:45 pm
I'm having a hard time understanding how to set a project up to download the following page:

http://SomeSite.com/SomePage.asp?id=12345

I'd like to download the images/text starting from this "root" page, and also the content of any links that contain this type of URL:

http://SomeSite.com/SomePage.asp?id=12345&SubPage=

Any link on the root page (id=12345) with a "&SubPage=" link should be downloaded to. For example, these subpages would need to be downloaded:

http://SomeSite.com/SomePage.asp?id=12345&SubPage=39857
http://SomeSite.com/SomePage.asp?id=12345&SubPage=03878893

Suggestions?
Thanks.
Oleg Chernavin
04/02/2008 06:44 am
This should be easy. Please use URL Filters - Filename - Custom Configuration and add the following to the Included list:

id=12345

Best regards,
Oleg Chernavin
MP Staff