<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - XMLHttpRequest executed in UIWebView and WKWebView encodes valid query string characters"
   href="https://bugs.webkit.org/show_bug.cgi?id=143578#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - XMLHttpRequest executed in UIWebView and WKWebView encodes valid query string characters"
   href="https://bugs.webkit.org/show_bug.cgi?id=143578">bug 143578</a>
              from <span class="vcard"><a class="email" href="mailto:eugenebut&#64;chromium.org" title="Eugene But &lt;eugenebut&#64;chromium.org&gt;"> <span class="fn">Eugene But</span></a>
</span></b>
        <pre>I have the following HTHL page hosted on AppEngine:

&lt;html&gt;
  &lt;head&gt;&lt;/head&gt;
  &lt;body&gt;
    &lt;button onclick=&quot;var xhr = new XMLHttpRequest(); xhr.open('GET', '/?a[]=new'); xhr.send();&quot;&gt;
        Send XHR
    &lt;/button&gt;
  &lt;/body&gt;
&lt;/html&gt;

After clicking the button I can see the following server side log:
[13/Apr/2015:09:35:09 -0700] &quot;GET /?a%5B%5D=new HTTP/1.1&quot; 302



This bug was originally submitted against Chrome for iOS: <a href="https://code.google.com/p/chromium/issues/detail?id=444848">https://code.google.com/p/chromium/issues/detail?id=444848</a>

I will ask the bug submitter (<a href="mailto:thomas&#64;tjconcept.dk">thomas&#64;tjconcept.dk</a>) to leave a comment for this issue.</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>