[EMAIL PROTECTED] wrote:
> In the meantime you should take a look a cURL and pycurl, which do
support
> all kind of more extreme HTTP (FTP, etc.) handling, like using https
over
> an proxy.
Well, I got a pycurl solution working very nicely in twenty minutes,
including the time it took to read the
[EMAIL PROTECTED] wrote:
> I have a couple of recipes at the python cookbook site, that allows
> python to do proxy auth and ssl. The easiest one is:
>
> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/301740
Thanks for that John!
I gave it a whirl, changed the user, passwd, host, and phos
Thanks for the replies, Steve and Andreas! I will check out pycurl,
thanks very much for the tip.
Meanwhile, I'm trying to prepare a bug report re. httplib and get as
much information as possible.
Something I neglected to mention: when the script hits the problematic
server, it always takes abo
K!"
return data
if __name__ == '__main__':
print "attempting to connect..."
result1 = doRequest('A', skey='id', rkey='id')
result2 = doRequest('B', action='updateSkinId',
skinId='406', facilityId='1466')
print "done!"
# EOF
So... what the heck is wrong here?
at-wits-end-ly y'rs,
Paul Winkler
--
http://mail.python.org/mailman/listinfo/python-list