Page 1 of 1

OnBeforePopup - detect POST vs GET?

PostPosted: Wed Jun 24, 2020 2:39 pm
by HarmlessDave
CEF 78.3.1+g8819d2e+chromium-78.0.3904.87, Windows, 32-bit

CefLifeSpanHandler :: OnBeforePopup( ... const CefString& url ... ) gives us an URL string rather than a CefRequest. Is there any way to tell that the request is a GET and not a POST?