HTTP Status Code Explainer
Understand HTTP response status codes and what they mean.
The server has received the request headers and the client should proceed with the request body.
The server agrees to switch protocols as requested by the client.
The request was successful and the response contains the requested data.
The request was successful and a new resource was created.
The request was successful but there is no content to return.
The resource has been permanently moved to a new URL.
The resource is temporarily located at a different URL.
The resource has not changed since the last request.
The server could not understand the request due to invalid syntax.
Authentication is required or has failed.
The client does not have permission to access the resource.
The requested resource could not be found.
The request conflicts with the current state of the resource.
The client has sent too many requests in a given time frame.
The server encountered an unexpected error.
The server received an invalid response from an upstream server.
The server is currently unable to handle the request.
The server did not receive a timely response from an upstream server.
