[Python-bugs-list] [ python-Bugs-648658 ] xmlrpc can't do proxied HTTP

noreply@sourceforge.net noreply@sourceforge.net
Wed, 04 Dec 2002 14:04:35 -0800


Bugs item #648658, was opened at 2002-12-04 17:04
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=648658&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bill Bumgarner (bbum)
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlrpc can't do proxied HTTP

Initial Comment:

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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=648658&group_id=5470