[Webkit-unassigned] [Bug 41531] New: Asychronous XMLHttpRequest Cross Origin Authentication Not behaving properly when withCredentials is false on Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 12:33:21 PDT 2010


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

           Summary: Asychronous XMLHttpRequest Cross Origin Authentication
                    Not behaving properly when withCredentials is false on
                    Safari
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sng at rim.com


Created an attachment (id=60387)
 --> (https://bugs.webkit.org/attachment.cgi?id=60387)
Packet Trace of this transaction

- Test Scenario:

- Try to do HTTP GET to a secure webpage
- Server sends back 401
- Since withCredentials is false, no credentials are sent back.

- I would expect a 401 error to be the final result, (I.e. failed to log in)
- Instead, a get a Network Error 101 and xhr.status = 0.

- This only happens on Safari. ON Chrome I am getting status 401 as expected.

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