[Webkit-unassigned] [Bug 129379] Provide webkit_uri_request_get_soup_message for adding custom POST data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 2 10:44:21 PST 2014


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





--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-03-02 10:41:25 PST ---
(In reply to comment #1)
> The SoupMessage is in another process entirely, so giving access to the SoupMessage in the UIProcess is not an option.

WebKitURIRequest is common to UI and web process APIs. We can't return the soup message because in multiprocess mode, the network is in the network process, but maybe we could add API to WebKitURIRequest to add custom post data, that would be serialized and sent to the network process, the same way we can add custom http headers or set a new URI. I haven't looked at the details, though. Sami, could you point me to the code you have for WebKit1?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list