Monthly Archives: May 2005

Automated HTTP GET (with cookies) in Curl

Problem: I have a list of url stored  in a file /tmp/myurls and needs to do a HTTP GET (with cookies) for each url wiithin the file. Solution: Here is how I use curl in a perl script to do a … Continue reading

Posted in curl | Tagged | 5 Comments