[Twisted-web] twisted.web.xmlrpc.Proxy plus user and password

Dave Kuhlman dkuhlman at cutter.rexx.com
Tue Aug 9 16:00:57 MDT 2005


I'm trying to write an XML-RPC client that will send requests to
an XML-RPC server which requires a user ID and password.  In
xmlrpclib, the URL format for this is:

    http://userid:password@somehost:aport/...

But, twisted.web.xmlrpc.Proxy does not seem to support this.

So, is there a way to write a Twisted XML-RPC client that passes
in user name and password?  And, if so, how do I do that?

I've searched the documentation and done some other searches, but
can't find this.

Thanks for any help.

Dave


-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman



More information about the Twisted-web mailing list