Server.js
Server.js copied to clipboard
OPTIONS requests should never redirect
An OPTIONS requests to a redirected URL will return a 303 code, which will not work with (surprise) CORS.