Home › Programmer & Developer Tools › HTTP Status Code Reference

HTTP Status Code Reference

A fast, searchable reference of every HTTP status code with its name, meaning, and when to use it — from 1xx informational through 5xx server errors. Filter by class or search by code or text.

How to use HTTP Status Code Reference

  1. Search by code (e.g. 404) or by name and description.
  2. Filter by class: 1xx, 2xx, 3xx, 4xx, or 5xx.
  3. Click a code to copy it.

Frequently asked questions

What is the difference between 401 and 403?
401 Unauthorized means authentication is required or has failed, while 403 Forbidden means the server understood the request but refuses to authorize it regardless of credentials.
When should I use 301 vs 302?
Use 301 Moved Permanently when a resource has a new permanent URL (search engines update their links), and 302 Found for a temporary redirect where the original URL should still be used.

More Programmer & Developer Tools

  • JSON Validator — Validate, parse, and prettify JSON — load it from a URL or curl command, or convert a Python dict (single quotes, True/False/None) to JSON. Identifies syntax errors with precise line number reporting.
  • Code Beautifier — Automatically format your JavaScript, CSS, and HTML with customizable indentation and style rules.
  • Minifier — Reduce bundle sizes by removing whitespace, comments, and optimizing code structure for production.
  • SQL Formatter & Beautifier — Pretty-print and indent SQL queries across dialects (PostgreSQL, MySQL, T-SQL, BigQuery, and more) with configurable keyword casing.
  • XML Formatter — Beautify and validate XML with configurable indentation, or minify it to the smallest valid output — entirely in your browser.
  • JSON Diff — Compare two JSON objects (or Python dicts) structurally to spot added, removed, and changed keys — or switch to line and word mode for plain text and code.
  • RegEx Tester — Build and test regular expressions in real-time with syntax highlighting and match group visualization.
  • Base64 Converter — Quickly encode and decode strings or files to Base64 format for safe data transmission.