<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@chromium.org" title="Eugene But <eugenebut@chromium.org>"> <span class="fn">Eugene But</span></a>
</span></b>
<pre>I have the following HTHL page hosted on AppEngine:
<html>
<head></head>
<body>
<button onclick="var xhr = new XMLHttpRequest(); xhr.open('GET', '/?a[]=new'); xhr.send();">
Send XHR
</button>
</body>
</html>
After clicking the button I can see the following server side log:
[13/Apr/2015:09:35:09 -0700] "GET /?a%5B%5D=new HTTP/1.1" 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@tjconcept.dk">thomas@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>