WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
Bug 53920
passing of POST args when loading a request is not implemented on Windows
https://bugs.webkit.org/show_bug.cgi?id=53920
Summary
passing of POST args when loading a request is not implemented on Windows
Grant Gayed
Reported
2011-02-07 09:04:41 PST
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 (?).
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug