<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#c3">Comment # 3</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>Which comes from: Source/WebCore/inspector/InspectorNetworkAgent.cpp

<span class="quote">&gt; static Ref&lt;Inspector::Protocol::Network::Request&gt; buildObjectForResourceRequest(const ResourceRequest&amp; request)
&gt; {
&gt;     ...
&gt;     if (request.httpBody() &amp;&amp; !request.httpBody()-&gt;isEmpty())
&gt;         requestObject-&gt;setPostData(request.httpBody()-&gt;flattenToString());
&gt;     ...
&gt; }</span ></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>