Re: [whatwg/fetch] fetch() doesn't properly handle errors from pre-flight responses with CORS (#443)

The preflight is an ack that the server understands CORS. It never includes credentials. The server should only be concerned in the response with whether it understands CORS, nothing else. The 403 can be in the response to the actual request.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/443#issuecomment-269444262

Received on Wednesday, 28 December 2016 08:33:40 UTC