CORS Preflight
An automatic OPTIONS request sent by browsers before cross-origin requests with non-simple methods or headers, checking if the server allows the actual request.
An automatic OPTIONS request sent by browsers before cross-origin requests with non-simple methods or headers, checking if the server allows the actual request.