Skip to main content

HTTP 304 Not Modified

Conditional GET: the cached copy is still valid; the server sends no body.

3xx · Redirection✗ not retryable — fix the request instead

Fix checklist

  • Nothing to fix — serve from cache.
  • If unexpected, check stray If-None-Match/If-Modified-Since headers.

Spec: RFC reference