Httplib and Proxy

Lee Harr missive at frontiernet.net
Sat Jan 26 18:09:47 EST 2002


On Sat, 26 Jan 2002 14:09:21 +0100, A <printers at sendme.cz> wrote:
> Can anybody please give me a working example how I can use 
> httplib with a proxy if I use POST method?
> 


I think mostly you should use urllib, not httplib directly.

try setting the environment variable HTTP_PROXY




More information about the Python-list mailing list