HTTP Status Codes - Online Reference Guide

Reference guide for HTTP status codes. Learn the meaning of 200, 404, 500, and all HTTP codes.

Share
304redirect

Not Modified

The resource has not been modified since the last request. Used for caching — the client can use its cached copy.

Common Causes

Returned when client sends If-Modified-Since or If-None-Match headers and the resource hasn't changed.

Related Status Codes

Related Tools

More Code & Dev Tools