Access-Control-Allow-Origin
Access-Control-Allow-Origin copied to clipboard
preflight / options request
I'm using this for development. When I need to make a request that has custom headers in it, chrome will make a preflight request that would fail with a 403 status code. Is it possible to handle this as well?
+1