Re: [Robots] robot in python?

2003-11-25 Thread Petter Karlström
Me again, Still wonder how to handle logins, though... In case anyone else is interested, and for the archives... John J. Lees ClientCookie module is excellent for handling cookies and other kinds of session data. Here: http://wwwsearch.sourceforge.net/ClientCookie/ cheers /petter

Re: [Robots] robot in python?

2003-11-25 Thread Eric Thompson
Anyone know the best method for simulating session with .net/C#? This maybe built into the framework I don't know. Any suggestions? -E Me again, Still wonder how to handle logins, though... In case anyone else is interested, and for the archives... John J. Lees ClientCookie module is

RE: [Robots] robot in python?

2003-11-25 Thread Erick Thompson
There are built in methods/objects for dealing with both cookies and http authencation. It can even handle x509 cert. see HttpWebRequest.Credentials HttpWebRequest.ClientCertificates HttpWebRequest.CookieContainer So if you wanted to simulate a session, you'd have to hold onto an instance of a