[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
Tue Sep 21 05:55:43 PDT 2010


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


Anne van Kesteren <annevankesteren+webkit at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |annevankesteren+webkit at gmai
                   |                            |l.com




--- Comment #5 from Anne van Kesteren <annevankesteren+webkit at gmail.com>  2010-09-21 05:55:43 PST ---
You can generate and set the Authorization header yourself. It will not be included in the preflight request, but will be part of the actual request. The preflight request is just a server capability check, to see whether it understands CORS at all, so does not need to be authenticated.

-- 
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