25 Jan
2006
25 Jan
'06
6:27 p.m.
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