Re: [whatwg/fetch] CORS protocol and HTTP caches (#402)

Thank you.

Let `req1` and `req2` be simple requests for the same url where `req1`'s mode is no-cors and `req2`'s mode is cors. Let `res1` be the response for `req1`. `res1` doesn't have "Access-Control-Allow-Origin: *" . Assume `res1` is cacheable.

If (`req1`, `res1`) is cached, is the HTTP cache allowed to serve `res1` for `req2`? That leads a CORS failure, but I failed to find a description forbidding that.



-- 
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/issues/402#issuecomment-256020019

Received on Tuesday, 25 October 2016 12:26:00 UTC