Re: [fetch] "no-cors" and credentials mode (#169)

The PR I created supports both omit/include, but not same-origin. Your comment confuses me a bit.

If we want all combinations to work, would the following conditions for setting the credentials flag work?

* request's credentials mode is "include"
* request's credentials mode is "same-origin", request's mode is _not_ "no-cors", and the CORS flag is unset 
* request's credentials mode is "same-origin", request's mode is "no-cors", and response tainting is "opaque" 

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

Received on Monday, 11 January 2016 17:03:17 UTC