Bug 29667
| Summary: | [GTK] [Soup] Accessing request body data in request signal handler | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brendan Taylor <whateley> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | mrobinson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Brendan Taylor
I'd like to get the request data (e.g. any POSTed form data) in a handler for the mime-type-policy-decision-requested signal.
The signal is passed a WebKitNetworkRequest, but the Request's SoupMessage's request_body->data is empty, even after i do a soup_message_body_flatten on it.
The specific use case is to pass POST data to an external download script that is invoked when WebKit determines that it cannot display a resource.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Martin Robinson
The GTK+ port of WebKit1 has been removed.