[Webkit-unassigned] [Bug 159358] New: Web Inspector: Sending XHR with UTF8 encoded data shows garbled data in Resource sidebar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 1 10:13:03 PDT 2016


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

            Bug ID: 159358
           Summary: Web Inspector: Sending XHR with UTF8 encoded data
                    shows garbled data in Resource sidebar
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jj at johanjensen.dk
                CC: bburg at apple.com, joepeck at webkit.org,
                    mattbaker at apple.com, nvasilyev at apple.com,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

Summary:
Sending an XHR with UTF8 encoded data shows garbled data in Resource sidebar of the Resource/Network tab.

Steps to reproduce:
1. Open a page and run:
    var request = new XMLHttpRequest();
    request.open("POST", "/utf8", true);
    request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
    request.send("utf8=√");
2. Open the sidebar for the (possibly failed) request in the Network tab or Resources tab.
3. See in the "Request Data" section that "utf8" had the value "√"
 => Expected "√" or "%u221a"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160701/5c6ed36c/attachment.html>


More information about the webkit-unassigned mailing list