UtiliHubFree Online Tools

HTTP Status Codes

Complete searchable reference for all HTTP status codes (1xx–5xx). Free online HTTP status code guide.

100

Continue

The server received the request headers and client should proceed

101

Switching Protocols

Server agrees to switch protocols

200

OK

Request succeeded

201

Created

Resource was created successfully

204

No Content

Success with no response body

301

Moved Permanently

Resource moved to new URL permanently

302

Found

Resource temporarily at different URL

304

Not Modified

Resource has not been modified since last request

400

Bad Request

Server cannot process due to client error

401

Unauthorized

Authentication is required

403

Forbidden

Server refuses to authorize the request

404

Not Found

Resource not found

405

Method Not Allowed

HTTP method not supported

408

Request Timeout

Server timed out waiting for the request

409

Conflict

Request conflicts with current server state

410

Gone

Resource permanently removed

422

Unprocessable Entity

Request well-formed but has semantic errors

429

Too Many Requests

Rate limit exceeded

500

Internal Server Error

Server encountered unexpected condition

502

Bad Gateway

Invalid response from upstream server

503

Service Unavailable

Server not ready to handle request

504

Gateway Timeout

Upstream server did not respond in time