Section: Success status codes

304 Not Modified

http
http
HTTP/1.1 304 Not Modified
Explanation

Useful with ETag or Last-Modified validators for efficient client caching.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Success status codes
200 OK
Standard success response with a body.
OpenIn sheethttpsame section
201 Created
Successful resource creation.
OpenIn sheethttpsame section
202 Accepted
Accepted for asynchronous processing.
OpenIn sheethttpsame section
204 No Content
Success without a response body.
OpenIn sheethttpsame section
400 Bad Request
Malformed request syntax or invalid shape.
OpenIn sheethttp1 tag match
401 Unauthorized
Missing or invalid authentication credentials.
OpenIn sheethttp1 tag match