[ python-Bugs-1349316 ] xmlrpclib does not use http proxy

SourceForge.net noreply at sourceforge.net
Thu Dec 8 15:55:01 CET 2005


Bugs item #1349316, was opened at 2005-11-05 21:07
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1349316&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: John Beisley (greatred)
Assigned to: A.M. Kuchling (akuchling)
Summary: xmlrpclib does not use http proxy

Initial Comment:
The xmlrpclib class ServerProxy does not seem to be
able to make use of a HTTP proxy. This makes it
unusable behind a firewall where the proxy is the only
access to the destination server.

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

>Comment By: A.M. Kuchling (akuchling)
Date: 2005-12-08 09:55

Message:
Logged In: YES 
user_id=11375

Documentation changed in rev. 41636.  Thanks!

(Closing this bug, on the assumption that there's nothing
further to be done.)


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

Comment By: A.M. Kuchling (akuchling)
Date: 2005-12-04 13:16

Message:
Logged In: YES 
user_id=11375

I have a documentation change ready to go; will check that
in once I get permission.


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

Comment By: Fredrik Lundh (effbot)
Date: 2005-11-12 05:32

Message:
Logged In: YES 
user_id=38376

To handle this, you can use a custom transport. Here's an
example:

http://lowlife.jp/nobonobo/wiki/xmlrpcwithproxy.html

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

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


More information about the Python-bugs-list mailing list