Server.js icon indicating copy to clipboard operation
Server.js copied to clipboard

OPTIONS requests should never redirect

Open RubenVerborgh opened this issue 6 years ago • 0 comments

An OPTIONS requests to a redirected URL will return a 303 code, which will not work with (surprise) CORS.

RubenVerborgh avatar Apr 11 '19 13:04 RubenVerborgh