[Webkit-unassigned] [Bug 29667] New: Accessing request body data in signal handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 21:02:35 PDT 2009


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

           Summary: Accessing request body data in signal handler
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: whateley at gmail.com


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.

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