[Webkit-unassigned] [Bug 53920] New: passing of POST args when loading a request is not implemented
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 7 09:04:41 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53920
Summary: passing of POST args when loading a request is not
implemented
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit API
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: grant_gayed at ca.ibm.com
The SWT Browser has begun embedding WebKit on Windows, and we need to be able to pass some post data along when navigating to a new URL. However on Windows the implementation of IWebMutableURLRequest.setHTTPBody() simply returns E_NOIMPL (this is where we set it in our Mac port).
We've tried to work around this on Windows by getting the underlying request via IWebMutableURLRequestPrivate.cfRequest() and setting the post data on it with CFURLRequestSetHTTPRequestBody(). However this value does not get sent when the request is loaded. It appears that post data cannot currently be sent with a new IWebMutableURLRequest in the Windows WebKit port (?).
--
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