[webkit-help] alternative to IWebMutableURLRequest.setHTTPBody() on Windows?

Alexander Shulgin alexander.shulgin at yessoftware.com
Wed Oct 13 02:53:58 PDT 2010


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


More information about the webkit-help mailing list