CookieCrumbler authentication for XMLRPC
Yikes, I just can't seem to make it work. XMLRPC works fine with Basic Authentication but the system the XMLRPC needs to work with uses the CookieCrumbler Product--and, for the life of me, I cannot get it to authenticate. Help!
Dennis Allison wrote at 2003-8-21 17:49 -0700:
Yikes, I just can't seem to make it work. XMLRPC works fine with Basic Authentication but the system the XMLRPC needs to work with uses the CookieCrumbler Product--and, for the life of me, I cannot get it to authenticate.
I am sure that CookieCrumber honours basic authentication info when it is present. This is necessary for FTP and WebDAV (as well as XMLRPC). This means: when your XMLRPC request comes with correct basic authentication, it should work. If there is no basic authentication or user/password are not correct, "CookieCrumber" will return a login dialog page which (of course) is not understood by XMLRPC. Dieter
Dieter, Thank you. I was looking in the wrong place for the problem. -d On Sat, 23 Aug 2003, Dieter Maurer wrote:
Dennis Allison wrote at 2003-8-21 17:49 -0700:
Yikes, I just can't seem to make it work. XMLRPC works fine with Basic Authentication but the system the XMLRPC needs to work with uses the CookieCrumbler Product--and, for the life of me, I cannot get it to authenticate.
I am sure that CookieCrumber honours basic authentication info when it is present. This is necessary for FTP and WebDAV (as well as XMLRPC).
This means: when your XMLRPC request comes with correct basic authentication, it should work. If there is no basic authentication or user/password are not correct, "CookieCrumber" will return a login dialog page which (of course) is not understood by XMLRPC.
Dieter
_______________________________________________ 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 )
participants (2)
-
Dennis Allison -
Dieter Maurer