Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I want to create a script that logs into Neopets.com. It has a two page login (enter your username on page 1, enter your password on the page it redirects you to). I need to STAY logged in with the cookie or session that they send out so I can run a few other page scrapes.
What module(s) would be best to login with 2 forms and stay logged in so I can navigate with my bot where it's supposed to go?
Thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Login into a website with cookies/session id
by johnnywang (Priest) on Sep 30, 2005 at 22:45 UTC | |
by Anonymous Monk on Sep 30, 2005 at 23:20 UTC | |
|
Re: Login into a website with cookies/session id
by Cody Pendant (Prior) on Sep 30, 2005 at 22:47 UTC |