[Webkit-unassigned] [Bug 126242] [SOUP] Response body are always NULL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 30 03:51:06 PST 2013


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





--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-12-30 03:48:59 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > In WebKit2 we don't encourage to use the soup API directly, and that's why we don't have public API to get the SoupMessage associated to a request/response. Note that once the network process is implemented, you won't have access to the soup session in the web process anymore. If you explain your use case we can try to provide public API for it.
> 
> I want to be able to have access to the source code of the web page (response body of the HTTP message). Cause I want to analyzes the source codes for malicious scripts.

You can do that from the UI process with webkit_web_resource_get_data()

-- 
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