0% found this document useful (0 votes)
10 views2 pages

HTTP Status Codes Update

The document provides an updated list of HTTP status codes, including categories and descriptions for each code. New additions include status codes 403 (Forbidden) and 503 (Service Unavailable). The list categorizes codes into Informational, Success, Redirection, Client Error, and Server Error, detailing their meanings.

Uploaded by

wororib970
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

HTTP Status Codes Update

The document provides an updated list of HTTP status codes, including categories and descriptions for each code. New additions include status codes 403 (Forbidden) and 503 (Service Unavailable). The list categorizes codes into Informational, Success, Redirection, Client Error, and Server Error, detailing their meanings.

Uploaded by

wororib970
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

HTTP Status Codes Update

Status Code Category Description


100 Informational Continue - The initial part of the request has been received and the client
should 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.
301 Redirection Moved Permanently - The requested page has been permanently moved to a
new URL.
302 Redirection Found - The requested page has been found, but it's temporarily located at a
different URL.
304 Redirection Not Modified - The client's cached version of the requested resource is still valid.
400 Client Error Bad Request - The server cannot process the request due to a client error (e.g.,
malformed request syntax).
401 Client Error Unauthorized - The request requires user authentication.
404 Client Error Not Found - The requested resource could not be found on the server.
410 Client Error Gone - The requested resource is no longer available at the server and no
forwarding address is known.
500 Server Error Internal Server Error - An unexpected condition prevented the server from
fulfilling the request.
501 Server Error Not Implemented - The server does not support the functionality required to
fulfill the request. add 403 and 503

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).

401 Client Error Unauthorized - The request requires user authentication.

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.

Gone - The requested resource is no longer available at the server and no


410 Client Error
forwarding address is known.

Internal Server Error - An unexpected condition prevented the server from


500 Server Error
fulfilling the request.

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.

ChatGPT can make mistakes. Check important info.

Printed using Save ChatGPT as PDF, powered by PDFCrowd HTML to PDF API. 2/2

You might also like