What does a 304 Not Modified status code mean?
It means the resource has not changed since the last request. Commonly used with
caching to improve performance (client uses cached version).
It means the resource has not changed since the last request. Commonly used with
caching to improve performance (client uses cached version).