XML-RPC encrypted?
Hello, I need to use XML-RPC to call some functions of a product in zope, but all my xml-rpc conections has user:password@url:port\folder\method.... I´m wondering if it´s possible to do a call with xml-rpc with all data encrypted... with ssl...? Thanks. Jose Carlos
Have you tried https://user:password@url:port\folder\method.. ? On 1/25/06, José Carlos Senciales <jcsenciales@citic.es> wrote:
Hello,
I need to use XML-RPC to call some functions of a product in zope, but all my xml-rpc conections has user:password@url:port\folder\method....
I´m wondering if it´s possible to do a call with xml-rpc with all data encrypted... with ssl...?
Thanks. Jose Carlos
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
Peter Bengtsson schrieb:
Have you tried https://user:password@url:port\folder\method.. ?
On 1/25/06, José Carlos Senciales <jcsenciales@citic.es> wrote:
Hello,
I need to use XML-RPC to call some functions of a product in zope, but all my xml-rpc conections has user:password@url:port\folder\method....
I'd use forward-Slashes /// in URLs anyway ;)) And yes, SSL works and you dont send user:password in an url to the server - the client will/should build a real BasicAuth-Header out of it (which you better transport over ssl anyway) HTH Tino
participants (3)
-
José Carlos Senciales -
Peter Bengtsson -
Tino Wildenhain