[Webkit-unassigned] [Bug 143578] XMLHttpRequest executed in UIWebView and WKWebView encodes valid query string characters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 13 09:46:54 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143578
--- Comment #4 from Eugene But <eugenebut at chromium.org> ---
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: https://code.google.com/p/chromium/issues/detail?id=444848
I will ask the bug submitter (thomas at tjconcept.dk) to leave a comment for this issue.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150413/65acc273/attachment.html>
More information about the webkit-unassigned
mailing list