Network

HTTP Status Codes Reference

Look up HTTP status codes by number, name, or description. Browse all 1xx , 2xx , 3xx , 4xx , and 5xx codes.

24 results

100

Continue

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

101

Switching Protocols

The server is switching protocols as requested.

200

OK

Standard response for successful HTTP requests.

201

Created

The request has been fulfilled and a new resource has been created.

202

Accepted

The request has been accepted for processing, but processing is not complete.

204

No Content

The server successfully processed the request but is not returning any content.

301

Moved Permanently

The URL has been permanently moved to the location provided.

302

Found

The URL has been temporarily moved to the location provided.

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.

401

Unauthorized

Authentication is required and has failed or not been provided.

403

Forbidden

The server understood the request but refuses to authorize it.

404

Not Found

The requested resource could not be found.

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.

410

Gone

The resource requested is no longer available.

422

Unprocessable Entity

The server understands the request but cannot process it.

429

Too Many Requests

The user has sent too many requests in a given amount of time.

500

Internal Server Error

An unexpected condition was encountered.

501

Not Implemented

The server does not support the functionality required.

502

Bad Gateway

The server received an invalid response from an upstream server.

503

Service Unavailable

The server is currently unable to handle the request.

504

Gateway Timeout

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

Share

marduc812

2026