RESOLVED FIXED 180220
WKURLSchemeHandler.request should include HTTPBody
https://bugs.webkit.org/show_bug.cgi?id=180220
Summary WKURLSchemeHandler.request should include HTTPBody
Alex Christensen
Reported 2017-11-30 14:46:31 PST
WKURLSchemeHandler.request should include HTTPBody
Attachments
Patch (21.30 KB, patch)
2017-11-30 14:48 PST, Alex Christensen
no flags
Patch (21.77 KB, patch)
2017-11-30 15:00 PST, Alex Christensen
no flags
Alex Christensen
Comment 1 2017-11-30 14:48:31 PST
Alex Christensen
Comment 2 2017-11-30 14:52:51 PST
Comment on attachment 328034 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328034&action=review > Source/WebKit/Shared/URLSchemeTaskParameters.cpp:42 > + if (request.httpBody()) { > + encoder << true; > + request.httpBody()->encode(encoder); This is similar to NetworkResourceLoadParameters::encode except we are encoding to the UIProcess, so we don't need to encode sandbox extensions like we do there.
Alex Christensen
Comment 3 2017-11-30 15:00:46 PST
Alex Christensen
Comment 4 2017-11-30 15:16:43 PST
Radar WebKit Bug Importer
Comment 5 2017-11-30 15:18:42 PST
Chet Corcos
Comment 6 2018-10-10 12:59:43 PDT
Hey there, how do I know if / when this makes it into an iOS release?
Note You need to log in before you can comment on or make changes to this bug.