This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bbum
Recipients
Date 2002-12-04.22:04:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The current xmlrpclib can't communicate through a proxy
server.   In particular, the two Transport classes
contained within xmlrpclib use httplib directly and, as
such, do not support the proxy handling as offered by
urllib.

Or so it seems.

I'm in dire need of support for proxies in xmlrpclib
and will be investigating creating a custom Transport
class that uses urllib as opposed to httplib to gain
support for proxies.

Assuming success, I'll post the new transport class
here.   In the interim, I figured I would log a bug in
case anyone else is interested in working on the
problem (or already has a solution :).

b.bum
bbum@mac.com
History
Date User Action Args
2007-08-23 16:06:03adminlinkissue648658 messages
2007-08-23 16:06:03admincreate