HTTP 3xx

304 Not Modified

The cached copy is still valid, so the server returned no body to save bandwidth.

3xx Redirection

What causes it

  • A conditional request matched an ETag or Last-Modified value.

How to fix it

Expected caching behavior. No action needed.

Example response

A typical raw HTTP response a client receives for a 304, with the headers this code is defined around.

HTTP/1.1 304 Not Modified
ETag: "3f80f-1b6-3e1cb03b"

Know before your visitors do.

Sentinel checks your site around the clock from multiple regions and alerts you the moment it starts returning a 3xx error, so you can fix it before it costs you.