Open kpko opened 11 years ago
I'm not sure off the top of my head. I'd have to look at the CEF code and the CefSharp code and see if there's some body property that is available in CEF that we're not binding in CefSharp.
Hi,
I already found the piece of code which is responsible for the request itself. I'm very newish to c++, so you will have to modify my code a little bit.
Two major caveats on my code:
I will add a pull request.
thank you!
Hi,
I created a custom ISchemeHandler and implemented ProcessRequest. In my method, I want to use the request data sent from an AJAX-call (via POST). The request object doesn't have a property like "Body" or "Content". How do I get the POST data? Could you implement another property like "Body"?