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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 26 10:42:05 PST 2014


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

           Summary: Provide webkit_uri_request_get_soup_message for adding
                    custom POST data
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: swagiaal at redhat.com


The Eclipse SWT Browser which uses WebKit1GTK provides API in Java for appending custom POST data.
To achieve this webkit_network_request_get_message was used to get the SoupMessage during resource-request-starting signal

In WebKit2Gtk one can create a custom request then load it using webkit_web_view_load_request however there is no way to get the SoupMessage of that request in order to customize it.

It would be great if WebKitURIRequest had a function webkit_uri_request_get_soup_message so that one can add custom POST data and customize the request in general.

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