Solution for XML-RPC over a proxy

Stefan Krah sfk1 at bigfoot.com
Fri Jul 7 05:03:37 EDT 2006


* Andrew R <andrew at nospam.com> wrote:
> All,
> 
> I couldn't get my xml-rpc script to work via a corporate proxy.
> 
> I noticed a few posts asking about this, and a very good helper script by jjk on
> starship. That script didn't work for me, and I think its a little old -- but it
> was very helpful to figure it out.
> 
> The below script is a replacement/update to the earlier work. It is runnable as
> a test or usable as a module. Tests pass from behind and away from a proxy, on
> win32 and Linux i686, with Python 2.4.1.
> 
> Comments welcome.

No real comment, just to point out an alternative that works well for me:

http://docs.python.org/dev/lib/xmlrpc-client-example.html


Stefan Krah



More information about the Python-list mailing list