jub0bs commented on issue #953: URL: https://github.com/apache/shiro/issues/953#issuecomment-1781591294
@jepsar Be careful: not all `OPTIONS` request including an `Origin` header are preflight requests. To be sure that you're dealing with a preflight request, you should check that the request also include an `Access-Control-Request-Method`. More details in https://fetch.spec.whatwg.org/#cors-preflight-request -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
