[Webkit-unassigned] [Bug 159358] 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 11:19:22 PDT 2016


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Looks like the bad data comes from the backend:

event: {
    "method": "Network.requestWillBeSent",
    "params": {
        "type": "XHR",
        "request": {
            "url": "https://bugs.webkit.org/utf8",
            "method": "POST",
            "headers": {
                "Content-Type": "application/x-www-form-urlencoded",
                "Referer": "https://bugs.webkit.org/show_bug.cgi?id=159358",
                "Origin": "https://bugs.webkit.org",
                "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.1.37 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.4"
            },
            "postData": "utf8=√"
        },
        ...
    }
}

-- 
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/981dedad/attachment.html>


More information about the webkit-unassigned mailing list