Re: Authentication for XML-RPC Calls

2008-07-22 Thread Larry Bates
this really the only way to do authentication for XML-RPC calls? Like this: server = xmlrpclib.Server('http://adam:[EMAIL PROTECTED]/zidestore/so/ adam/' This works, but is pretty ugly. Is there no way to setup the authentication through properties (like in most XML-RPC bindings), like:

Authentication for XML-RPC Calls

2008-07-22 Thread whitemice
only way to do authentication for XML-RPC calls? Like this: server = xmlrpclib.Server('http://adam:[EMAIL PROTECTED]/zidestore/so/ adam/' This works, but is pretty ugly. Is there no way to setup the authentication through properties (like in most XML-RPC bindings), like: server = xmlrpclib