Re: [w3c/ServiceWorker] `Vary` and requests added below the SW (#1542)

It's the other way around.
`Vary` is a response header, which value indicates which request headers should be considered when matching requests to responses.
That way, a response with `Vary: User-Agent` that was cached in response to a request with a `User-Agent` header of Chrome 86 will no longer match requests with the Chrome 87 UA string.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1542#issuecomment-698391362

Received on Thursday, 24 September 2020 14:45:50 UTC