Re: [fetch] force-Origin-header flag set for no-cors requests (#91)

@tyoshino so instead of this flag, it seems like we could have something like the following: 

If request's origin is not same-origin with request's current url's origin and either request's method is POST or request's mode is one of "cors" and "cors-with-forced-preflight", append the Origin header...

What do you think?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/91#issuecomment-130315332

Received on Wednesday, 12 August 2015 14:02:42 UTC