HTTP Status Codes Update
HTTP Status Codes Update
Here is the updated list with the additions of status codes 403 and 503:
Status
Category Description
Code
Continue - The initial part of the request has been received and the client should
100 Informational
continue with the request.
101 Informational Switching Protocols - The server is changing protocols as requested by the client.
200 Success OK - The request was successful.
201 Success Created - The request has been fulfilled and a new resource has been created.
Moved Permanently - The requested page has been permanently moved to a new
301 Redirection
URL.
Found - The requested page has been found, but it's temporarily located at a
302 Redirection
different URL.
304 Redirection Not Modified - The client's cached version of the requested resource is still valid.
Bad Request - The server cannot process the request due to a client error (e.g.,
400 Client Error
malformed request syntax).
403 Client Error Forbidden - The server understands the request but refuses to authorize it.
Printed using Save ChatGPT as PDF, powered by PDFCrowd HTML to PDF API. 1/2
Status
Category Description
Code
404 Client Error Not Found - The requested resource could not be found on the server.
Not Implemented - The server does not support the functionality required to
501 Server Error
fulfill the request.
Service Unavailable - The server is currently unable to handle the request due to
503 Server Error
a temporary overload or maintenance of the server.
Printed using Save ChatGPT as PDF, powered by PDFCrowd HTML to PDF API. 2/2