Page 1 of 1

CefURLRequest dosn't support "OPTIONS" request method.

PostPosted: Wed Mar 20, 2019 4:33 am
by jkum
In the comments in cef_urlrequest.h file it is mentioned that "Only GET, POST, HEAD, DELETE and PUT request methods are supported."
Is there a way to make other request methods supported as well while making requests via CefURLRequest/CefURLRequestClient ?

Thanks for the help.