Page 1 of 1

OnBeforeResourceLoad - get body for PUT (not POST)?

PostPosted: Wed Jun 23, 2021 1:37 pm
by HarmlessDave
When snooping on a request in OnBeforeResourceLoad I know how to get the URL, the method, and the data for POST, but I don't see a CefRequest method for getting the request body for a HTTP PUT request.

Is there a way to get the PUT request body from the CefRequest passed to the OnBeforeResourceLoad event?