exUserFolder cookie and basic authentication
Hi, I have a Zope application which uses exUserFolder with cookie based authentication. Now I want to use XML-RPC calls. My XML-RPC client does not support cookies, but basic authentication. Any ideas how I can get exUserFolder to accept basic authentication and cookie authentication? Thanks Ulrich
CookieCrumbler will not use cookie auth if basic auth is present in the HTTP request. If XUF is not able to handle this properly I'd recommend to switch off XUF's cookie auth and drop a CookieCrumbler object next to it. Stefan On Montag, Jun 14, 2004, at 13:11 Europe/Vienna, Ulrich Wisser wrote:
Any ideas how I can get exUserFolder to accept basic authentication and cookie authentication?
-- The time has come to start talking about whether the emperor is as well dressed as we are supposed to think he is. /Pete McBreen/
participants (2)
-
Stefan H. Holek -
Ulrich Wisser