<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&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>Looks like the bad data comes from the backend:

event: {
    &quot;method&quot;: &quot;Network.requestWillBeSent&quot;,
    &quot;params&quot;: {
        &quot;type&quot;: &quot;XHR&quot;,
        &quot;request&quot;: {
            &quot;url&quot;: &quot;<a href="https://bugs.webkit.org/utf8">https://bugs.webkit.org/utf8</a>&quot;,
            &quot;method&quot;: &quot;POST&quot;,
            &quot;headers&quot;: {
                &quot;Content-Type&quot;: &quot;application/x-www-form-urlencoded&quot;,
                &quot;Referer&quot;: &quot;<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>&quot;,
                &quot;Origin&quot;: &quot;<a href="https://bugs.webkit.org">https://bugs.webkit.org</a>&quot;,
                &quot;User-Agent&quot;: &quot;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&quot;
            },
            &quot;postData&quot;: &quot;utf8=√&quot;
        },
        ...
    }
}</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>