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

Common HTTP Error Codes

This document provides a list of common HTTP status and error codes used in web development and networking, along with their meanings. It categorizes the codes into informational, success, redirection, client error, and server error types. Each code is accompanied by a brief description of its significance.

Uploaded by

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

Common HTTP Error Codes

This document provides a list of common HTTP status and error codes used in web development and networking, along with their meanings. It categorizes the codes into informational, success, redirection, client error, and server error types. Each code is accompanied by a brief description of its significance.

Uploaded by

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

Common HTTP Error Codes

This document lists common HTTP status and error codes used in web development and
networking, along with their meanings.

Code Type Meaning

100 Informational Continue

200 Success OK – The request succeeded

201 Success Created – New resource


created

204 Success No Content – No response


body

301 Redirection Moved Permanently

302 Redirection Found (Temporary


Redirect)

400 Client Error Bad Request – Invalid


syntax

401 Client Error Unauthorized –


Authentication needed

403 Client Error Forbidden – Access denied

404 Client Error Not Found – Resource


doesn’t exist

405 Client Error Method Not Allowed

408 Client Error Request Timeout

429 Client Error Too Many Requests – Rate


limiting

500 Server Error Internal Server Error

501 Server Error Not Implemented

502 Server Error Bad Gateway

503 Server Error Service Unavailable – Server


overloaded
504 Server Error Gateway Timeout

You might also like