Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53556
| From | dieter <dieter@handshake.de> |
|---|---|
| Subject | Re: Cookie or not..? |
| Date | 2013-09-03 08:02 +0200 |
| References | <1ad0741f-b1a7-4226-bda6-8a4f194243fb@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.532.1378188138.19984.python-list@python.org> (permalink) |
mrcoludk@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.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Cookie or not..? mrcoludk@gmail.com - 2013-09-02 10:11 -0700 Re: Cookie or not..? Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-02 13:22 -0400 Re: Cookie or not..? dieter <dieter@handshake.de> - 2013-09-03 08:02 +0200
csiph-web