HTTP Status Code Reference

Complete guide to HTTP response status codes for web developers

1xx Informational Responses

These codes indicate that the request was received and the process is continuing.

2xx Success

These codes indicate that the request was successfully received, understood, and accepted.

3xx Redirection

These codes indicate that further action needs to be taken to complete the request.

4xx Client Errors

These codes indicate that the request contains bad syntax or cannot be fulfilled.

5xx Server Errors

These codes indicate that the server failed to fulfill a valid request.

Common Scenarios & Solutions

Quick Reference Table

Code ▼ Name ▼ Category ▼ Description ▼