[Webkit-unassigned] [Bug 41156] New: Cross Origin XMLHttpRequest POST does not work with actual data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 07:08:33 PDT 2010


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

           Summary: Cross Origin XMLHttpRequest POST does not work with
                    actual data
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sng at rim.com


Created an attachment (id=59652)
 --> (https://bugs.webkit.org/attachment.cgi?id=59652)
Actual Packet Capture - Can open with Microsoft Network Monitor or WireShark

Send a Cross Origin XHR Post method, and call send with actual data (Tried String and ByteArray)
Get a XHR Status of 0, and eventually get XML Network Error DOM 101.

Cross Origin POST with no data works fine. GET, HEAD Cross Origin also works.

I have reproduced this on Chrome and Safari.

>From the packet capture I see HTTP Option being sent with requested method of POST
And we get a response back with Accept-Method of POST as well, but nothing else afterwards

NOte: For POST with no data you never see the Preflight request being sent

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