Google Chrome 123 Update: Chrome is making preflight check for document/Redirect type GET request

54 Views Asked by At

After the chrome new update, I am facing a CORS exception in my application. Upon investigation, I found that it is doing a CORS preflight check to a document/Redirect type GET request, which it didn't do before. I checked other browsers like Microsoft Edge, where it is not the case, i.e., edge didn't do a preflight check for the same request.

Anybody has any idea on this?

The expectation is there should be no CORS preflight check for a document type request irrespective of the http method.

1

There are 1 best solutions below