Bug 30394

Summary: Safari send incorrect "raw POST data" via XMLHttpRequest
Product: WebKit Reporter: bugzilla33 <bugzilla33>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Critical CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://pc44.one.pl/goorol/bugs/raw_post_data.php
Attachments:
Description Flags
browser test script none

Description bugzilla33 2009-10-15 10:37:39 PDT
Created attachment 41230 [details]
browser test script

Safari send incorrect "raw POST data" via XMLHttpRequest.

Test using URL above.
Download the attachment (php+js source) for analysis.
Comment 1 bugzilla33 2009-10-15 15:17:03 PDT
Note: the POST string should send as UTF-8 encoded.
Safari breaks only some utf-8 characters (all are contained in the $norm string, after uridecode).
Comment 2 Alexey Proskuryakov 2009-10-15 19:14:14 PDT
Technically, this is the same as bug 30387.

*** This bug has been marked as a duplicate of bug 30387 ***