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
Similar to #201. Both "reload" and "no-store" want to avoid looking the response up in the cache, so in both cases the UA needs to set the no-cache headers to signal this to the HTTP proxies.
I forgot to mention this in #201, sorry about that!
The text was updated successfully, but these errors were encountered:
"no-store": Fetch behaves as if there is no HTTP cache at all.
"reload": Fetch behaves as if there is no HTTP cache on the way to the network. Ergo, it creates a normal request and updates the HTTP cache with the response.
If "no-store" cache mode is specified, the browser should not use a response stored in a HTTP proxy, I think.
Similar to #201. Both "reload" and "no-store" want to avoid looking the response up in the cache, so in both cases the UA needs to set the no-cache headers to signal this to the HTTP proxies.
I forgot to mention this in #201, sorry about that!
The text was updated successfully, but these errors were encountered: