Authentication for XML-RPC Calls

2008-07-22 Thread whitemice
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.Server('http://localhost

Re: Authentication for XML-RPC Calls

2008-07-22 Thread Larry Bates
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.Server