Re: automate web login

2003-11-24 Thread Wiggins d'Anconia
Please bottom post, and always group reply so others can help and be helped David Byrne wrote: Dear Wiggins, Thank you for your reply. It is true that the /login resolves the '405' error, but the updated script doesn't seem to log me in; instead I remain at the login page. If I try to GET

Re: automate web login

2003-11-24 Thread Wiggins d Anconia
> Greetings, > > I used CPAN (libwww-perl) docs as my main reference > and generated the following script (trying 'content' > as well as 'authorization_basic' for user id & pw), > but keep getting "405 Method Not Allowed". > 'Method not allowed' is usually provided when you try a POST and need

automate web login

2003-11-24 Thread David Byrne
Greetings, I used CPAN (libwww-perl) docs as my main reference and generated the following script (trying 'content' as well as 'authorization_basic' for user id & pw), but keep getting "405 Method Not Allowed". I would very much appreciate any suggestions. Cheers, David #!perl -w use LWP::UserA