[Zope] XML-RPC encrypted?

Tino Wildenhain tino at wildenhain.de
Wed Jan 25 13:27:02 EST 2006


Peter Bengtsson schrieb:
> Have you tried
> https://user:password@url:port\folder\method..
> ?
> 
> On 1/25/06, José Carlos Senciales <jcsenciales at 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 at 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


More information about the Zope mailing list