Re: [Tutor] using mechanize to authenticate and pull data out of site

2009-12-28 Thread Norman Khine
hello, thank you all for the replies. On Mon, Dec 28, 2009 at 10:21 AM, Rich Lovely wrote: > 2009/12/26 Norman Khine : >> Hello, >> >> I am trying to authenticate on http://commerce.sage.com/Solidarmonde/ >> using urllib but have a problem in that there are some hidden fields >> that use javascri

Re: [Tutor] using mechanize to authenticate and pull data out of site

2009-12-28 Thread Rich Lovely
2009/12/26 Norman Khine : > Hello, > > I am trying to authenticate on http://commerce.sage.com/Solidarmonde/ > using urllib but have a problem in that there are some hidden fields > that use javascript to create a security token which then is passed to > the submit button and to the header. > > Her

Re: [Tutor] using mechanize to authenticate and pull data out of site

2009-12-26 Thread David Abbott
On Sat, 2009-12-26 at 16:46 +0100, Norman Khine wrote: > Hello, > > I am trying to authenticate on http://commerce.sage.com/Solidarmonde/ > using urllib but have a problem in that there are some hidden fields > that use javascript to create a security token which then is passed to > the submit but

[Tutor] using mechanize to authenticate and pull data out of site

2009-12-26 Thread Norman Khine
Hello, I am trying to authenticate on http://commerce.sage.com/Solidarmonde/ using urllib but have a problem in that there are some hidden fields that use javascript to create a security token which then is passed to the submit button and to the header. Here is the output of the LiveHeader during