DevTools

HTTP Status and Header Reference

Look up common HTTP status codes and header meanings with examples across request, response, caching, CORS and security categories, then copy with one click.

Processed locally in your browser; data is not uploaded

Features

FAQ

What is the difference between 401 and 403?

401 means authentication is missing or invalid; 403 means the server knows the identity but refuses access.

Does no-cache disable caching?

No. no-cache permits storage but requires revalidation before reuse. Use no-store to prevent storage entirely.

Related tools