Cookie or not..?

dieter dieter at handshake.de
Tue Sep 3 02:02:01 EDT 2013


mrcoludk at gmail.com writes:

> I am a Python noob, and need some help. I am trying to log in to website using python and parse info after login.
>
> In a browser, this link will log me in and keep me loged in:
> http://[domain].com/loginh.aspx?SID=[xxx]&USER=[xxx]&PW=[xxx]
>
> (sorry for the tripple x, but it is actually not something nasty :-) )

Look at the "cookielib" (called "cookiejar" for Python 3) module
in Python's library.




More information about the Python-list mailing list