Re: [whatwg/fetch] Avoid using the CORS flag to reset request's origin in redirects (#594)

Thanks. I created a basic test at https://github.com/w3c/web-platform-tests/pull/11164 that can be expanded. It seems that Safari omits the `Origin` header upon redirects (rather than using the explicit `null` value) and Firefox retains the original value. Chrome does it correct.

-- 
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/594#issuecomment-392052753

Received on Friday, 25 May 2018 13:10:07 UTC