Page 1 of 1

CEF and JavaScript fetch() call

PostPosted: Fri Sep 06, 2019 1:21 am
by goldenboy
While using CEF, I've noticed that JavaScript calls made using "fetch()" doesn't make the OPTIONS call before making the actual GET or POST call.
But if I try it in the Chrome browser, it actually does.

Why is that?

Re: CEF and JavaScript fetch() call

PostPosted: Fri Sep 06, 2019 8:32 am
by magreenblatt
What OS and CEF version? Are you comparing to the same version of Google Chrome and making requests to/from the same origins?

Re: CEF and JavaScript fetch() call

PostPosted: Fri Sep 06, 2019 2:52 pm
by amaitland
If you are going to cross post then provide a link.

https://stackoverflow.com/questions/578 ... tions-call