Does Httplib2 Support Http Proxy At All? Socks Proxy Works But Not Http
Here is my code. I cannot get any http proxy to work. Socks proxy (socks4/5) works fine though. Any ideas why? urllib2 works fine with proxies though. I am confused. Thanks.. Code
Solution 1:
The issue has been resolved. You can use http proxies as of Oct 6, 2011
Solution 2:
Looks like this is an open issue with httplib2: http://code.google.com/p/httplib2/issues/detail?id=38
Post a Comment for "Does Httplib2 Support Http Proxy At All? Socks Proxy Works But Not Http"