HTTP Status Codes

Complete reference guide for HTTP response status codes

200

OK

The request succeeded

Success
201

Created

The request succeeded and a new resource was created

Success
204

No Content

The request succeeded but no content to return

Success
301

Moved Permanently

The URL has been permanently moved to a new location

Redirection
302

Found

The resource temporarily resides under a different URI

Redirection
304

Not Modified

The resource has not been modified since the last request

Redirection
400

Bad Request

The server cannot process the request due to client error

Client Error
401

Unauthorized

Authentication is required and has failed

Client Error
403

Forbidden

The client does not have access rights to the content

Client Error
404

Not Found

The server cannot find the requested resource

Client Error
405

Method Not Allowed

The request method is not supported

Client Error
408

Request Timeout

The server timed out waiting for the request

Client Error
429

Too Many Requests

The user has sent too many requests

Client Error
500

Internal Server Error

The server encountered an unexpected condition

Server Error
501

Not Implemented

The server does not support the functionality

Server Error
502

Bad Gateway

The server received an invalid response from upstream

Server Error
503

Service Unavailable

The server is temporarily unable to handle the request

Server Error
504

Gateway Timeout

The server did not receive a timely response

Server Error
Built with v0