HTTP 304 Not Modified

The answer to a conditional GET whose If-None-Match matched the current ETag: your cached copy is still valid, so no body is sent.

Why you would test it

The cheapest performance win most clients never claim. Test that you store the ETag, send it back, and treat the empty 304 body as a cache hit rather than an error.

Endpoints that return 304

2 endpoints in this playground answer with 304. Every one is free, needs no signup, and can be called from the browser or with curl.

Other redirection codes

All HTTP status codes · All 37 mock REST APIs · Getting started guide