HTTP Status Codes

HTTP Response Status Codes | CyberNcrypt

HTTP status codes are like short server notes that are tacked onto a web page. They are not part of the site’s content. They are instead messages from the server informing you of how things went when it received the request to view a specific page.

When you click on a link or enter a URL and press Enter, your browser sends a request to the web server for the site you’re attempting to access. The server receives and processes the request before returning the relevant resources and an HTTP header. The HTTP header contains HTTP status codes that are delivered to your browser. While status codes are returned every time your browser requests a web page or resource, you rarely see them.

Understanding HTTP response status codes is critical if you are a website owner or developer. HTTP response status codes, when they appear, are a valuable tool for diagnosing and correcting website configuration errors.

The complete list of HTTP response status codes can be found in the following table.

Category Status Code
Informational100 Continue
101 Switching Protocols
Successful200 OK
201 Created
202 Accepted
203 Non-Authoritative Information
204 No Content
205 Reset Content
206 Partial Content
Redirection300 Multiple Choices
301 Moved Permanently
302 Found
303 See Other
304 Not Modified
305 Use Proxy
306 Unused
307 Temporary Redirect
Client Error400 Bad Request
401 Unauthorized
402 Payment Required
403 Forbidden
404 Not Found
405 Method Not Allowed
406 Not Acceptable
407 Proxy Authentication Required
408 Request Timeout
409 Conflict
410 Gone
411 Length Required
412 Precondition Failed
413 Request Entity Too Large
415 Unsupported Media Type
416 Request Range Not Satisfiable
417 Expectation Failed
Server ErrorInternal Server Error
501 Not Implemented
502 Bad Gateway
503 Service Unavailable
504 Gateway Timeout
505 HTTP Version Not Supported

Similar Posts