[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 14:08:47 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143578

--- Comment #11 from Eugene But <eugenebut at chromium.org> ---
The issue happens at NSURLProtocol level. URLRequest passed to canInitWithRequest: has encoded characters. You can use attached app to reproduce the issue:
1.) Build and run attached UIWebView test app
2.) Click/tap on "Send XHR" button
3.) Observe the log:

2015-04-13 14:04:55.151 UIWebView[7993:2115613] request: <NSURLRequest: 0x7f8bba401490> { URL: https://www.google.com/?a%5B%5D=1 }

Alexey, do you think it will be better to submit a separate WebKit bug 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/81be8979/attachment.html>


More information about the webkit-unassigned mailing list