[Webkit-unassigned] [Bug 45943] CORS: Cross-domain PROPFIND XHR request for servers with authentication does not work in Safari.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 17 22:26:41 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45943





--- Comment #2 from Vladimir Lichman <info at ithit.com>  2010-09-17 22:26:40 PST ---
Thank you for explanation Alexey. Does this mean that before sending PROPFIND to server with Basic auth we have to send GET request somehow (for example include a hidden iframe on a page)? The GET request will trigger the login dialog, and after that we can send PROPFIND with withCredentials=true ?

By the way cross-origin XHR request for PROPFIND works in Firefox with Digest auth. But OPTIONS are allowed to be unauthenticated on our Digest test server.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list