You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
I’m quite certain that the Vary header is meaningless in appcache. E.g., if you wanted to serve a different page based on language, you would have to make your site’s URIs vary by language too by using domains or lang=x query strings. If you try to use the Vary header and your application stores server-generated pages where the server outputs different results based on Vary, the user will only see the content as the browser accessed the website the first time.
This is my understanding/assumption, I have not actually tested for real.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I’m quite certain that the
Vary
header is meaningless in appcache. E.g., if you wanted to serve a different page based on language, you would have to make your site’s URIs vary by language too by using domains orlang=x
query strings. If you try to use theVary
header and your application stores server-generated pages where the server outputs different results based onVary
, the user will only see the content as the browser accessed the website the first time.This is my understanding/assumption, I have not actually tested for real.
The text was updated successfully, but these errors were encountered: