Re: Secure website login tutorials?

2005-09-02 Thread Peter Stevens
Hi Johnc everybody, Just realized I made a mistake in my previous post. I referred to Web Developer as a way to look at headers. Web Developer can do many useful things, but looking at the headers is not one of its strong points. Two Firefox plugins which do let you look at http headers

Re: Secure website login tutorials?

2005-08-23 Thread johnc
Philippe 'BooK' Bruhat wrote: Le mercredi 17 août 2005 à 06:44, Peter Scott écrivait: On Mon, 15 Aug 2005 13:40:19 -0700, Johnc wrote: Hi, I'm trying to write a bot to login to the scottrade trading site, and while I'm taking care to grok hidden fields and I've initalized a cookie

Re: Secure website login tutorials?

2005-08-23 Thread Peter Stevens
John - Though I believe just adding the button parameter to your submit() call may serve to disambiguate in some cases as well. Getting the site to respond to your posts can be something of a black art. Sometimes I have found it essential to use Web Developer for Firefox (others have

Re: Secure website login tutorials?

2005-08-18 Thread Philippe 'BooK' Bruhat
Le mercredi 17 août 2005 à 06:44, Peter Scott écrivait: On Mon, 15 Aug 2005 13:40:19 -0700, Johnc wrote: Hi, I'm trying to write a bot to login to the scottrade trading site, and while I'm taking care to grok hidden fields and I've initalized a cookie jar for my LWP agent, posting the

Re: Secure website login tutorials?

2005-08-17 Thread Peter Scott
On Mon, 15 Aug 2005 13:40:19 -0700, Johnc wrote: Hi, I'm trying to write a bot to login to the scottrade trading site, and while I'm taking care to grok hidden fields and I've initalized a cookie jar for my LWP agent, posting the login info to the form still just returns the login form

Secure website login tutorials?

2005-08-15 Thread johnc
Hi, I'm trying to write a bot to login to the scottrade trading site, and while I'm taking care to grok hidden fields and I've initalized a cookie jar for my LWP agent, posting the login info to the form still just returns the login form again (no error message). Are there any tutorials out

Re: Secure website login tutorials?

2005-08-15 Thread Gedanken
On Mon, 15 Aug 2005, johnc wrote: try using $agent-click instead of $agent-submit gedanken Hi, I'm trying to write a bot to login to the scottrade trading site, and while I'm taking care to grok hidden fields and I've initalized a cookie jar for my LWP agent, posting the login info to the