Disable Cors Chrome -

For complex requests (e.g., those using methods other than GET/POST, or custom headers), the browser sends an OPTIONS request first (a "preflight" check). Some extensions struggle to intercept preflight requests properly. If the extension fails to inject headers during the preflight phase, the actual request will never be sent.

If you must use it: