On 12.10.2010 23:15, Grant Gayed wrote:

Hi,

We're embedding WebKit on Windows, and need to pass some post data along
when navigating to a URL. On OS X we do this via WebFrame.loadRequest()
and provide an NSMutableURLRequest with the post data set in its HTTP
body. However on Windows the implementation of
IWebMutableURLRequest.setHTTPBody() simply returns E_NOIMPL. Can anyone
suggest an alternative path for accomplishing this?

How about implementing setHTTPBody by looking at corresponding files in WebKit/mac? :)

--
Alex
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to