[Webkit-unassigned] [Bug 111008] New: CORS preflight with a non-200 response should be a preflight failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 13:48:47 PST 2013


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

           Summary: CORS preflight with a non-200 response should be a
                    preflight failure
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bzbarsky at mit.edu


http://www.w3.org/TR/cors/#cross-origin-request-with-preflight-0 says:

  If the response has an HTTP status code that is not 200

    Apply the network error steps.

Neither Chrome nor Safari seem to do this, based on the testcase at http://twidi.com/test-cors-fx20.html (which returns a 204 instead).

This works correctly in Opera and in the Firefox 20 betas.

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