<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Sending XHR with UTF8 encoded data shows garbled data in Resource sidebar"
href="https://bugs.webkit.org/show_bug.cgi?id=159358#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Sending XHR with UTF8 encoded data shows garbled data in Resource sidebar"
href="https://bugs.webkit.org/show_bug.cgi?id=159358">bug 159358</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>Looks like the bad data comes from the backend:
event: {
"method": "Network.requestWillBeSent",
"params": {
"type": "XHR",
"request": {
"url": "<a href="https://bugs.webkit.org/utf8">https://bugs.webkit.org/utf8</a>",
"method": "POST",
"headers": {
"Content-Type": "application/x-www-form-urlencoded",
"Referer": "<a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Sending XHR with UTF8 encoded data shows garbled data in Resource sidebar"
href="show_bug.cgi?id=159358">https://bugs.webkit.org/show_bug.cgi?id=159358</a>",
"Origin": "<a href="https://bugs.webkit.org">https://bugs.webkit.org</a>",
"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=√"
},
...
}
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>