Re: [fetch] Add a bit to Opaque Responses to distinguish redirects (#79)

> Wait, how did you end up here from where you started?

This was resolved in IRC, but for the record: The bad stuff goes into the cache via a cors request, and comes back out via a client request. The cache would end up with an entry where the key was "good site" and the value was "bad site". Then when the navigation happens, the "bad site" entry is pulled out.

> Can you explain how this is different from setting mode to "same-origin" and redirect mode to "follow"?

I thought @slightlyoff was wanting to retain "legitimate" redirects. https://github.com/whatwg/fetch/issues/79#issuecomment-121559444

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

Received on Monday, 27 July 2015 15:13:51 UTC