[Webkit-unassigned] [Bug 41090] XMLHttpRequest not using correct Authentication Scheme in response for Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 16:20:00 PDT 2010


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





--- Comment #3 from Stuart Ng <sng at rim.com>  2010-06-23 16:20:00 PST ---
I basically host the attached PHP script on an IIS.

Then, I create an XHR request with the following:

xhr.open('GET', 'secure.php', false, 'user', 'password');
xhr.send();

What I see:

HTTP Get was sent without Authorization Header
HTTP Response from PHP with 401 and Basic Authentication
HTTP Get was sent again this time with Authorization, but using NTLM Authentication
HTTP Response Again with 401 but with NLMP Authentication

Basically the last two messages keep repeating until Network Error 101 was received on browser.

This is reproduced for both sync and async mode.

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