Re: Solution for XML-RPC over a proxy

2006-07-07 Thread Laszlo Nagy
Andrew R írta:
 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.
   
I believe you should also post this in the Python Cookbook.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Solution for XML-RPC over a proxy

2006-07-07 Thread Stefan Krah
* Andrew R [EMAIL PROTECTED] 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
-- 
http://mail.python.org/mailman/listinfo/python-list