HTTP Status Codes Reference

Quick reference for all common HTTP status codes with descriptions.

100
Continue

The server has received the request headers and the client should proceed to send the request body.

200
OK

The request succeeded. The meaning depends on the HTTP method used.

201
Created

The request succeeded and a new resource was created.

204
No Content

The request succeeded but there is no content to send in the response.

301
Moved Permanently

The URL of the requested resource has been changed permanently.

302
Found

The URI of the requested resource has been changed temporarily.

304
Not Modified

The resource has not been modified since the last request.

400
Bad Request

The server cannot process the request due to a client error (malformed syntax, invalid parameters).

401
Unauthorized

Authentication is required. The request lacks valid authentication credentials.

402
Payment Required

Reserved for future use. CheapAI uses this for insufficient balance.

403
Forbidden

The server understood the request but refuses to authorize it.

404
Not Found

The server cannot find the requested resource.

405
Method Not Allowed

The request method is not supported for the requested resource.

408
Request Timeout

The server timed out waiting for the request.

409
Conflict

The request conflicts with the current state of the server.

413
Payload Too Large

The request entity is larger than limits defined by the server.

422
Unprocessable Entity

The request was well-formed but unable to be followed due to semantic errors.

429
Too Many Requests

The user has sent too many requests in a given amount of time (rate limiting).

500
Internal Server Error

The server encountered an unexpected condition that prevented it from fulfilling the request.

502
Bad Gateway

The server received an invalid response from the upstream server.

503
Service Unavailable

The server is not ready to handle the request (overloaded or under maintenance).

504
Gateway Timeout

The server did not receive a timely response from the upstream server.

What is HTTP Status Codes?

HTTP Status Codes is a quick reference tool for developers to look up common HTTP status codes and their meanings.

How to Use

  1. Visit the HTTP Status Codes tool on CheapAI.
  2. Browse or search for the desired HTTP status code.
  3. View the code's description and usage information.

Key Features

  • Comprehensive list of common HTTP status codes
  • User-friendly interface for quick access

Frequently Asked Questions

What are HTTP status codes?

HTTP status codes are standardized codes returned by web servers to indicate the result of a client's request.

How can I use this tool?

Simply search for the status code you need, and the tool will provide you with its meaning and context.