On Fri, 2002-08-02 at 12:12, Louis Selvon wrote: > Hi: > > I am looking for resources on how to get a script to automatically > login into a member area web site using username and password > sent to the web site . > > Does anyone know where I can get any info on this ?
Dont know about perl but I did this in curl... Process was: dump the login page using curl to text. Build a post script with the userid and password, run this through curl. Dump with headers and keep the headers, contains cookies. User the headers on your later pages. Work like a dream I hit the web server with 1,000 signons and retrieves, apache rules. KEnF -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
