Re: [whatwg/fetch] CORS preflights need a service-workers mode of "none" (#598)

No, a CORS preflight itself doesn't follow redirects. But the actual request following it will (resulting in another CORS preflight for the new URL).

So given that, I think it would be better to point out your finding in a note than add this. That makes it much more clear what's going on.

-- 
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/pull/598#issuecomment-330566041

Received on Tuesday, 19 September 2017 14:54:52 UTC