[Webkit-unassigned] [Bug 140188] HTTP body/bodystream (e.g., POST form data) is missing in WKNavigationDelegate callbacks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 13:52:02 PST 2016


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

David <davidkclark at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |davidkclark at gmail.com

--- Comment #3 from David <davidkclark at gmail.com> ---
Just wanted to add in here that I would like to see some time put into making this work.

I understand why it is not currently implemented.

However, it seems to me that at the point where decidePolicyForNavigationAction is executing, the WebKit process is waiting anyway so getting the process to do a slow copy of some data should not be an issue - could there be a way to have the WKWebView instance get the HTTPBody (presumably requesting it over IPC) then, only if requested. Or does the IPC not work that way?

I have also filed this as rdar://24489009

-- 
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/20160203/e8c7d059/attachment.html>


More information about the webkit-unassigned mailing list