Looking for a (very) small http proxy in Python

JanC usenet_spam at janc.invalid
Tue Jun 17 00:33:54 EDT 2003


"adfgvx" <adfgvx at free.fr> schreef:

> Thank you but what I want to do is much simpler. I am using a web
> database where I have to login (legally !). When I login, they send me
> a cookie, that I have of course to send back with my http requests (I
> have written some python scripts to get all the pages I need). By now,
> I   use Proxomitron to scan the headers, get the good cookie, cut and
> paste in my scripts and so on... I want something more automatic ! Any
> idea ? 

cURL has automatic cookie handling, maybe you can use PycURL in your 
scripts?

<http://pycurl.sourceforge.net/>

-- 
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9




More information about the Python-list mailing list