Redirection · HTTP reference
304Not Modified
The cached version is still current. No download needed.
304 is a cache validation result, not a redirect to a new URL. It has no response body.
The company behind the code.
For caching tools that skip needless downloads.
304Not Modified
The cached version is still current. No download needed.
Understanding 3xx responses.
Redirection responses indicate another step or reuse of a cached representation.
Inspect Location for redirects and cache validators for 304. A redirect’s treatment of the original request method depends on its status code.
Reference reviewed . How we use sources.