Bypass a web login when userid and password are known.

Ian Bicking ianb at colorstudy.com
Mon May 5 12:05:10 EDT 2003


There's a couple options, one of which is httpsession, available from
webunit.sf.net.  It does HTTP requests, with persistent cookies.  But
it's not really being maintained, if you look around there's some other
options... I think ClientForm is being pretty actively maintained:   
  http://wwwsearch.sourceforge.net/ClientForm/

On Mon, 2003-05-05 at 10:41, CDW wrote:
> I would like to know if it is possible to write a python cgi program
> that, when executed, can login to a website that uses cookies and
> requires a userid and password, then presents me with the first
> document past the login screen  just as though I had entered the login
> information manually (In other words, bypass the login if I know the
> userid and password). This is part of portal project that I have been
> doing some research on and it would go a long way toward helping us to
> establish a single sign-on portal.






More information about the Python-list mailing list