HTTP 304 Not Modified
RedirectionThe resource has not been modified since the version specified by the request headers (If-Modified-Since or If-None-Match). The client can use its cached version.
Common Causes
- Browser cache validation
- CDN cache revalidation
- Conditional GET request with ETag match
How to Fix
- No fix needed, caching is working correctly
- The client should use its cached copy of the resource
Related Status Codes
Need to look up other HTTP status codes?
View the Full HTTP Status Code Reference