Cache-control Immutable Header
问题 I was reading about immutable header and i came across with this article saying that: Cache-Control: max-age=365000000, immutable When a client supporting immutable sees this attribute it should assume that the resource, if unexpired, is unchanged on the server and therefore should not send a conditional revalidation for it (e.g. If-None-Match or If-Modified-Since) to check for updates. Correcting possible corruption (e.g. shift reload in Firefox) never uses conditional revalidation and still