HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Dynamic pages
Author: Xavier Roche
Date: 05/29/2005 15:49
 
> I've made a site that uses a CGI to generate custom web
> pages, according to a parameter (an int) passed to the CGI.
> Can I use HTTRACK to test my site? It should iterate the
> site  with values from 1 to 1024 (passed to the CGI)   

You can use a generated (by some bash-style scripting, for example) list of
links, and use the 'URL list' feature to capture all these links.

Example:

(i=0;
while test "$i" -lt 1024; do
echo <http://www.example.com/mycgi?param=${i}">;
done) > mylist.txt

httrack --urllist mylist.txt




 
Reply Create subthread


All articles

Subject Author Date
Dynamic pages

05/25/2005 11:34
Re: Dynamic pages

05/29/2005 15:49




b

Created with FORUM 2.0.11