Http Response Codes Cheat Sheet



HTTP Status codes cheat sheet In HTTP /1.0 and since, the first line of the HTTP response is called the status line and includes a numeric status code (such as “404”) and a. HTTP Status Codes for Rails Enjoy this cheat sheet at its fullest within Dash, the macOS documentation browser. HTTP status codes and their respective Rails symbol representations. For example,:notfound can be used instead of 404 in a render call: render file: '404.html.erb', status::notfound. 1xx Informational.

When you visit websites, your browser – client – makes a connection to the webserver through a network protocol called HTTP. These network connections support sending response data from clients including the content of web pages and some protocol control information as well. Sometimes, you cannot succeed in accessing the website you are trying to access. Instead, you see an error or status code like 404 Page Not Found. These type of errors are HTTP status codes. We are explain all the status codes in this article.

What are HTTP status codes?

An HTTP status code is a server response to a browser request. When you visit a website, your browser sends a request to the site’s server, and the server then responds to the browser’s request with a three-digit code: HTTP status code.

These status codes are the Internet equivalent of interaction between your browser and the server. They communicate whether things are A-OK, touch-and-go between the two or something is wrong. Understanding status codes and how to use them will help you quickly diagnose site errors to reduce downtime on your site. You can also use some of these http status codes to help search engines and people reach your site; For example, a 301 redirect will tell bots and people that a page has moved permanently elsewhere.

The first digit of each three-digit status code begins with one of the five, 1 through 5; You can express it as 1xx or 5xx to indicate a status code in that range. Each of those categories includes a separate class of server response.

Common HTTP Status Code Classes:

1xx – Informational – These are provisional responses to be used while the server continues to process the request. They are rarely used.

2xx – Success – When code that works as things used is used. Different success codes are returned based on what, specifically, the request is made.

3xx – Redirection – The code used to ask the client to look for the requested resource elsewhere.

4xx – Client error – These codes tell the client that he has done something wrong.

5xx – Server error – The code for something on the server is not working as expected.

The most important HTTP Status Codes for SEO

Understanding the status codes that have the most impact on SEO is important for every professional SEO and website owner. Want to know more about SEO, read What is SEO & How it Works?

Imagine that you are working on a site that has 5xx errors; You might want to know off the top of your head that this is a server problem. 4xx errors affect the visitor experience, so immediately you can start thinking about any changes to your URL, or whether you have any deleted pages. Once you understand the cause of the issue, you can focus on implementing a custom 404 page or use the all-powerful 301 redirections to send visitors to the right place.

Http Response Codes Cheat Sheet Printable

1xx HTTP Status Codes — Informational

The HTTP status code in the 1xx class is intended to be provisional, before a full and complete second response is sent by the server. They were introduced in HTTP / 1.1, so early browsers implementing HTTP / 1.0 cannot handle them, and the server should not terminate the 1xx code in those cases.

  • 100 – Continue;
  • 101 – Switching protocol;
  • 103 – Checkpoints.

HTTP status code- 100 continue

This interim behavior indicates that everything is fine until now and the customer must continue dispatching, or ignore the behavior if already dispatched has finished.

HTTP status code- 101 switching protocols

This code is sent from the client in response to the upgrade header and indicates the protocol switching to the server.

HTTP status code- 102 processing (WebDAV)

This code indicates that the server has received and is running Send, but has not yet received a response.

2xx HTTP status codes – Success

Basically, these are successful requests that show that everything happened as planned (which is usually going on for you):

  • 200 – Ok
  • 201 – Created;
  • 202 – Approved;
  • 203 – non-official information
  • 204 – No Content
  • 205 – reset content;
  • 206 – Partial Material.
  • 207 – Multi-status
  • 208 already reported
  • 226 IM is used

200 Ok

This is the standard response to successful requests – this is the status code you usually want and expect.

When the request is GET (asking for a resource), feedback will include the resource. When the request is a POST (or other types), the response will contain a resource that describes or is the result of the action.

201 Created

The purpose of some requests is to create a new resource. When these are successfully completed, a 201 status is sent to indicate that a new resource has been created. It is commonly used in combination with the PUT request type.

202 Accepted

The request has been accepted, but no action has been taken. The request may or may not be processed.

203 Non-official information

The response includes the requested resources, but the resource can be obtained from another source, and can, therefore, be untrusted – the server is not vouchering for the resource’s validity or authenticity.

204 No Content

It is sent when the server has successfully processed the request but does not need to return any content. Mostly, this happens as a result of a DELETE request. When a 204 request is sent, the user-agent (client or web browser) should not specifically change its approach.

For example, if the request was sent via a form on a page, the response should not cause the form to be refreshed or for the browser to move to another page – a request in the user to change the existing content New content is not opinion.

205 Reset content

The response to 205 is similar to that of 204, but the user agent is assumed to refer back to the current document’s default state.

206 Partial Content

It is used when the server is sending only a portion of the requested resource because the user only requests to receive a portion of the resource.

This occurs when a resource is sufficiently large, or the connection is incredibly large, that the user agent wants to split the resource into a series of “chunked” requests.

Http Response Codes Cheat Sheet

207 Multi-status

Like 103, it is only used with WebDAV.

A WebDAV request can have multiple subcategories, each with its own status and response. The 207 status indicates that the response body will contain an XML document detailing the status and responses of each sub-request.

208 Already reported

Another WebDAV-only status code. This means that the members of the DAV bindings have already been enumerated in the previous reply to the current request, and are not included again.

226 IM is used

The server has an entire request for the resource, and the feedback is a representation of the conclusion of one or more instance-manipulations applied to the current instance.

3xx HTTP status codes – Redirection

The range of the 3xx (redirection) status code indicates that further action must be taken by the user agent to complete the request. These error codes are shown when you request an address and are sent elsewhere. There are a set of different types of redirects:

  • 300 multiple choices
  • 301 – Moved Permanently;
  • 302 – Found;
  • 304 – Not Modified;
  • 305 – Use Proxy;
  • 306 unused
  • 307 – Temporary Redirect
  • 308 permanent redirects

300 Multiple choices

The request has more than one possible response. The user-agent or user should select one of them. (There is no standardized way to select one of the responses, but HTML links are recommended for prospects so that the user can pick it up.)

301 Moved Permanently

The URL of the requested resource has been permanently changed. A new URL must be provided in the response.

302 Found

This response code means that the URI of the requested resource has been temporarily changed. URI can have new changes in the future. Therefore, the corresponding URI should be used by the customer in future requests.

303 View other

The server sent this response to direct the client to receive the requested resource on another URI with a GET request.

304 Not modified

It is used for caching purposes. This tells the client that the response has not been modified, so the client can continue to use the same cached version of the response.

305 Use proxy

A previous version of the HTTP specification has been defined to indicate that a requested response must be accessed by a proxy. It has been removed due to security concerns regarding the in-band configuration of the proxy.

306 Unused

306 unused response code is no protracted used, it is just reserved. This was used in the previous version of the HTTP / 1.1 specification.

307 Temporary redirect

The server sends this response to the client to direct it to another URI to receive the requested resource by the same method that was used in the prior request. It has the same semantics as the 302found HTTP response code, with the exception that the HTTP method used by the user agent should not change: if a post was used in the first request, then a post was used in the second request needed.

308 Permanent redirects

This means that the resource is now permanently located on another URI, location: HTTP response header. It has the same semantics as the 301-powered permanently HTTP response code, with the exception that the HTTP method used by the user agent should not change: if a POST was used in the first request, then a request in the second request POST must be used.

4xx HTTP status codes – Client error

When you do not receive HTTP error 404, the web server could not find the requested page, file, or any other resource. HTTP 404 errors indicate that a network connection was successfully made between the client and the server. This error usually appears when people manually enter an incorrect URL into a browser. Or the web server administrator deletes the file without redirecting an address to a valid and accurate new location. You should verify the URL to solve this problem or wait for the web administrator to fix it. The class of 4xx (client error) status code indicates that the client has been erased.

  • 400- 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 -Payload Too Large
  • 414 -Request-URI Too Long
  • 415 -Unsupported Media Type
  • 416 -Requested Range Not Satisfiable
  • 417 -Expectations Failed
  • 418 -I’m a teapot
  • 421 -Misdirected Request
  • 422 -Unprocessable Entity
  • 423 -Locked
  • 424 -Failed Dependency
  • 426 -Upgrade Required
  • 428 -Precondition Required
  • 429 -Too Many Requests
  • 431 -Request Header Fields Too Large
  • 440 Login Timeout (Microsoft)
  • 444 -Connection Closed Without Response
  • 444 no response (Nginx)
  • 449 Try again with Microsoft
  • 450 blocked by Windows Parental Control (Microsoft)
  • 451 Unavailable for legal reasons (draft)
  • 451 Redirect (Microsoft)
  • 494 request header too large (Nginx)
  • 499 Client Closed Request

400 Bad Request

The server could not understand the request due to malformed syntax. The customer will not repeat the request without modifications

401 Unauthorized

Unauthorized “or” Authorization Required. “This is returned by the server when the target resource lacks valid authentication credentials. Namely, the customer must authenticate himself to receive the requested response.

402 Payment required

This response code is reserved for future use. The initial purpose of creating this code was using it for digital payment systems, however, this status code is rarely used and no standard conventions exist.

403 Forbidden

This code is returned when a user tries to access something for which they are not allowed i.e. they are unauthorized, so the server declines to respond appropriately. Unlike a 401, the client’s identity is known to the server.

404 Not Found

The server cannot find the requested resource. In a browser, this means that the URL is not recognized. In an API, this can also mean that the deadline point is valid but the resource itself does not exist. Servers can also send this response instead of 403 to hide the existence of a resource from unauthorized clients. This response code is probably best known for being consistent across the web.

405 Method not allowed

It is generated when the hosting server (root server) supports the receive method, but the target resource is not. For example, an API may deny DELETE-ing from processing. GET and HEAD, the two mandatory methods should never be disabled and should not return this error code.

Codes

406 Is not acceptable

This response is sent when the webserver, after interacting with the content operated by the server, finds no content following the criteria given by the user agent.

407 Proxy Authentication Required

This is similar to a 401, but authentication needs to be done by proxy.

408 Request timeout

This response is sent on inactive connections by some servers, without any previous request by the client. This means that the server would like to close this unused connection. Since some browsers such as Chrome, Firefox 27+ or IE9 use this response very much, use the HTTP pre-connection mechanism to speed up surfing. Also, note that some servers only close the connection without sending this message.

409 Conflict

Http Response Codes Cheat Sheet 2019

This response is sent when a request hits the current state of the server.

410 Gone

This response will be sent when the requested content has been permanently removed from the server with no forwarding address. Customers are expected to remove their cache and resource links. The HTTP specification intends to use this status code for “limited time, promotional services”. The API should not feel compelled to point to resources that have been removed with this status code.

411 Length required

The server refuses to obtain the request without a defined content-length. The client repeats the MAY request if it adds a valid content-length header field that contains the length of the message-body in the request message.

412 Assumption failed

The client has indicated preconditions in its headers that the server does not meet.

413 Payload too large

The request entity is larger than the limits defined by a server; The server may close the connection or return the Retry-After Header field.

414 URI too long

The URI requested by the client is longer than the server is ready to interpret.

415 Unsupported media type

The 415 error response indicates that the API is not capable of processing the client’s supplied media type, as indicated by the content-type request header. For example, a client request consists of data formatted as application / xml will receive 415 responses if the API is only ready to process data formatted as application / json.

416 Requested range not satisfactory

The range specified by the category header field in the request cannot be met; It is possible that the range is out of shape for the data of the target URI.

417 Hope failed

This response code means that the expectation cannot be met by the server, as indicated by the request request-header field.

418 I’m a teapot

The server denies attempting to brew coffee with a teapot.

421 Incorrect requested

The request was directed to a server that is not capable of generating a response. It can be sent by a server that is not configured to produce feedback to a combination of schemes and authorizations that are included in the request URI.

422 Unprocessed Unit (WebDAV)

The request was well made, but could not be complied with due to semantic errors.

423 lock (WebDAV)

The resource being accessed is closed.

Http Response Codes Cheat Sheet Pdf

424 Failed Dependency (WebDAV)

The request failed because the previous request failed.

425 Very Soon

It indicates that the server is not ready to take the risk to process a request that can be resumed.

426 Upgrade Required

The server refuses to request using the current protocol but may be willing to do so after upgrading the client to a different protocol. The client must switch to a different protocol, as specified in the upgrade header.

428 Precondition Required

The root server requires the request to be conditional. With the intention of preventing the ‘lost update’ problem, where a client retrieves the status of a resource, modifies it, and sends it back to the server when a third party has meanwhile modified the status on the server, Which leads to opposition.

429 Too Many Requests

The user has sent too many requests in a given time (“rate limiting”).

431 Request Header Fields too large

The server is not ready to process the request because its header fields are too large. A request may be resubmitted after decreasing the size of the request header field.

440 Login Timeout (Microsoft)

Not a part of the standard, but used by Microsoft. This indicates that the session has ended.

Http Response Codes Cheat Sheet Excel

444 No response (Nginx)

It is not part of the standard. Not really a reaction condition as used.

It was introduced by Nginx for their server logs to indicate when the server did not send a response and closed the connection, usually in the event of a suspected malware attack.

449 Try again with Microsoft

Not a part of the standard, but used by Microsoft.

The request must be withdrawn after taking the action described in the response.

450 Blocked by Windows Parental Control (Microsoft)

Not a part of the standard, but used by Microsoft.

450 blocked error is given when Windows Parental Controls are turned on and is blocking access to the given webpage. The error arises from the WPC application, not the server.

451 Unavailable for legal reasons (draft)

This condition is not yet part of the standard but is available as a format.

It is used when a resource cannot be provided due to censorship or other legal reasons. Code number Fahrenheit 451 is a reference to the book.

451 Redirect (Microsoft)

Not a part of the standard, but used by Microsoft. Exchange occurs in ActiveSync if either there is a more efficient server to use or the server cannot access users’ mailboxes.

494 Request Header too large (Nginx)

Not a part of the standard, but was used by Nginx. Now deprecated.

This has the same meaning as the 431 but was introduced before the status was a part of the HTTP standard.

495 Certificate Error (Nginx)

It is not part of the standard. The response status is not actually as used, but appears in the Nginx log when the SSL client certificate error occurs.

496 No Certificate (Nginx)

It is not part of the standard. Not exactly a response condition as used, but when the client does not provide a certificate, Nagnex appears in the log.

497 HTTP to HTTPS (Nginx)

It is not part of the standard. Not exactly the status of the response as used, but the plain HTTP request appears in the Nginx log when sent over the HTTPS port.

498 Token Expired / Invalid (Esri)

Returned by ArcGIS for the server. A code of 498 announces an expired or otherwise invalid token.

499 Client Closed Request (Nginx)

Is not part of the standard. There is not really a response status as used, but when the client is still processing their request, the server is unable to send the status code back, when it appears in the Nginx log.

499 Token Required (Esri)

Returned by ArcGIS for the server. The 499 code states that a token is required (if no token was deposited).

5xx HTTP Status Codes – Server Error

5xx error codes are server error codes, which means that they return when there is a problem on the server instead of the client. Whenever possible, the server should return a response unit that describes the error to the client. User agents (web browsers) should show this information to the user.

  • 500 Internal Server Error
  • 501 Not Implemented
  • 502 Bad Gateway
  • 503 Service Unavailable
  • 504 Gateway Timeout
  • 505 HTTP Version Not Supported
  • 506 Variant Also Negotiates
  • 507 Insufficient Storage
  • 508 Loop Detected
  • 509 Bandwidth Limit (Apache)
  • 510 Not Extended
  • 511 Network Authentication Required
  • 520 unknown error
  • 598 Network Timeout Error (Microsoft)
  • 599 Network Connect Timeout Error

500 Internal Server Error

This is the most common server error and is issued by the web server when something goes erratic.

Typically, any changes to a website or server configuration must be thoroughly tested to ensure that the 500: internal server error does not occur.

When a 500 error occurs, looking at the server log often can help determine where the error is coming from. This can often be as simple as typographic errors in the .htaccess file.

501 Not implemented

When the HTTP request method (such as PUT or DELETE) is returned, in some cases the API method is not yet implemented. It is used for the Web Services API. Typically, the implication of the 501 error is that the request method is planned for future implementations.

502 Bad Gateway

This code appears when the server is acting as a proxy or gateway and receives an invalid response from the upstream server.

503 Service Unavailable

The server is currently unavailable. For illustration, because it is overloaded or down for maintenance. The implication of the 503 error is that the outage is temporary.

504 Gateway Timeout

This error occurs when the server is acting as a proxy or gateway and does not receive a response from the upstream server within the allotted time.

505 HTTP version not supported

This error means that the server does not support the HTTP protocol version used in the request.

506 Variant also talks

To understand the 506 error, you have to understand transparent content interaction. With content negotiation, a single URL can distribute the same resource or information in multiple formats. For example, the same image can be encoded as JPEG and GIF.

A 506 error occurs when this material causes a negotiation loop. For example, the requested resource A has two differences – B and C. They both have A as a type.

To put it in more technical language, the specification describes a 506 error:

The transparent content interaction for the request results in a circular context.

Cheat

507 Insufficient storage (WebDAV; RFC 4918)

This condition is used as the WebDAV protocol. This is given when the server is unable to store the representation required to fulfill the request.

508 Loop detected

The server encountered an infinite loop when attempting to service the requested resource.

509 Bandwidth Limit (Apache)

HTTP is not part of the standard but is offered and used by Apache. It is issued when the server bandwidth limit has been exceeded.

510 Not extended

This error means that further extension of the request is required to complete the server.

511 Network Authentication Required

The 511 error is returned when the client needs to authenticate to gain network access.

This condition is intended for use when proximal interception used to control access to the network – that the use of “captive portals” requires login or terms of service before providing access to the Internet via a WiFi portal it occurs.

(If you have ever tried to get online at an airport or hotel, you will face a 511 error.)

520 Unknown error

This error code is not part of the HTTP standard but is used by many large providers of server infrastructure, such as Cloudflare. This is used as a common “catch-all” error for unknown problems that do not result in a request being filled.

598 Network Timeout Error (Microsoft)

This error code is not part of the HTTP standard but is used by the Microsoft HTTP Proxy to signal the network time read behind the client in front of the proxy.

599 Network Connect Timeout Error (Microsoft)

This error code is not part of the HTTP standard but is used by the Microsoft HTTP proxy to indicate a network connect timeout from the proxy to the client.

Final Thought – HTTP Status Codes

The list above mentioned that you are likely to run most HTTP status codes regularly. However, there are several additional codes that you may bump into from time to time.

Despite good website maintenance, 404 errors cannot always be avoided. It is therefore recommended to manually integrate your notifications instead of using the server’s automatically generated HTML error pages. The configuration file .htaccess enables users to complete this process. Optional 404 messages are compatible with the design of the website and at the top of the status code, often provide additional information, comparable product pages, or an overview of the information on offer.

A good-maintenance website has a lot of functionality and moving parts that can be expensive due to the increased amount of work. So if you want to save some money and time, find a good Ready-Made Website that fits your needs. The Ready-Made website is a widely used website. Which customized by Delegate Studio according to the requirements of the user like as Elementor Pro Website Builder, On-Page SEO, and 24/7 Support. ReadyMade Website also includes Top-level Domain, Managed Hosting, SSL certificate.

Read More Articles

If you have ever copied a link from your browser and noticed that http:// or https:// had been added before the domain, you are looking at the protocol used which defines how messages are formatted and transmitted. It also defines how web servers and browsers should respond to various commands.

HTTP stands for HyperText Transfer Protocol and is used, or at least the variant HyperText Transfer Protocol Secure (HTTPS), for nearly every single website on the internet.

HTTP Codes

All HTTP response codes can be separated into five categories:

  • 1xx informational response - the request has been received and continuing process
  • 2xx successful - the request has been received, understood, and accepted
  • 3xx redirection - further action is needed in order to complete the request
  • 4xx client error - the request contains bad syntax or cannot be fulfilled
  • 5xx server error - the server failed to fulfill the apparently valid request

1xx: Information

MessageDescription
100 ContinueThe server has received the request headers and the client should proceed to send the request body providing that the request has been accepted.
101 Switching ProtocolsThe requester has asked to switch protocols and the server has agreed.
102 ProcessingA WebDAV request may take a long time to process, since it involves file operations. This code is used to indicate that the server has received the request and is processing, but does not have a response yet.
103 Early HintsThis code is used to return some response headers before the final HTTP message is sent.

2xx: Success

MessageDescription
200 OKThis is the standard response for successful HTTP requests. Code 200 means everything is okay.
201 CreatedThe fulfilled request resulted in the creation of a new resource.
202 AcceptedThe request has been accepted for processing, but has not completed processing.
203 Non-Authoritative InformationThe information contained in the entity header is from a local or third-party copy, not from the original.
204 No ContentThe server successfully processed the request, but is not returning any content.
205 Reset ContentThe requester should clear the form used for the transaction.
206 Partial ContentThe server is only delivering part of the resource due to a range header that was sent by the client. This range header is used by HTTP clients to enable resuming interrupted downloads or split downloads in multiple simultaneous streams.
207 Multi StatusThis code indicates that the following message body contains an XML message and can contain multiple separate response codes.
208 Already ReportedThe members of a DAV binding were already enumerated in a previous part of the response and thus, are not being included again
226 IM UsedThe server has fulfilled a request for the resource. The response is a representation of the result of one or more instance-manipulations that were applied to the instance.

3xx Redirection

MessageDescription
300 Multiple ChoicesA list of links, from which the requester can select one and go to it. For example, this code could be used to present multiple video formats.
301 Moved PermanentlyThe requested page has been moved permanently to a new URL.
302 FoundThe request has been moved temporarily to a new URL.
303 See OtherThe response can be found under another URL.
304 Not ModifiedThe response code to an If-Modified-Since or If-None-Match header where the URL has not been modified since the specified date.
305 Use ProxyThe requested resource is only available through a proxy, whose address is provided in the response. This code is generally disobeyed for security reasons
306 UnusedThis code is currently unused, but was used for 'Switch Proxy'.
307 Temporary RedirectThe requested page has temporarily moved to new URL.
308 Permanent RedirectThe request should be repeated using another URL, but the HTTP method cannot change.

4xx Client Errors

MessageDescription
400 Bad RequestThere is an apparent client error and therefore the server cannot or will not process the request.
401 UnauthorizedThe requested page requires a username and password.
402 Payment RequiredThis code is reserved for future use. Its original intention was to be used as a part of digital cash or micropayment system.
403 ForbiddenThe request was understood by the server, but the server will not take action. This may be due to the user not having necessary permissions.
404 Not FoundThe requested resource cannot be found. Most people know or have heard about this code. Most have even seen the error once or twice.
405 Method Not AllowedThe method is not supported for the resource. For example performing a GET request on a form that uses POST.
406 Not AcceptableThe server cannot generate a response that is accepted by the client.
407 Proxy Authentication RequiredYou must first authenticate with the proxy.
408 Request TimeoutThe request took longer than the server was willingly to wait.
409 ConflictThis code indicates that the request could not be processed because of conflict in the current state of the resource.
410 GoneThe requested is no longer available.
411 Length RequiredThe request did not specify the length of its content. The server cannot accept the request without it.
412 Precondition FailedThe pre-condition that was given in the request evaluated to false by the server.
413 Request Entity Too LargeSince the request entity is too large, the server will not accept the request.
414 Request-url Too LongThe requested URL was too long for the server to process.
415 Unsupported Media TypeThe server will not accept the request since the mediatype is not supported.
416 Request Range Not SatisfiableThe client has asked for a portion of the file, but the server cannot provide that portion.
417 Expectation FailedThe server cannot meet the requirement given by the Expect request-header field.
418 I'm a teapotThis code was introduced as an April Fools' joke. It is currently unexpected to be implemented by actual servers.
421 Misdirected RequestThe request was directed to a server that is not able to produce a response.
422 Unprocessable EntityThe request was well-formed but the server was unable to follow due to semantic errors.
423 LockedThe resource that is being accessed is locked.
424 Failed DependencyThe request failed because the request it depended upon failed.
425 Too EarlyThe server is unwilling to process a request that might be replayed later.
426 Upgrade RequiredThe client should switch to a different protocol that is given in the Upgrade header field.
428 Precondition RequiredThe origin server requires the client request to be conditional.
429 Too Many RequestsThe client has sent too many request in a given amount of time.
431 Request Header Fields Too LargeThe server refuses to process the client requests because the request's HTTP headers are too long.
451 Unavailable for Legal ReasonsThis indicates that the requested resource is not available due to legal reasons.

5xx Server Errors

MessageDescription
500 Internal Server ErrorThis code indicates that the server experienced an unexpected condition which prevented it from fulfilling the request.
501 Not ImplementedThe server did not recognize the request method or is unable to fulfill the request.
502 Bad GatewayThe server, while acting as either a gateway or proxy, has received an invalid response from the upstream server.
503 Service UnavailableThe server cannot handle the request.
504 Gateway TimeoutThe server, while acting as either a gateway or proxy, did not receive a timely response from the upstream server.
505 HTTP Version Not SupportedThe client HTTP protocol version used in the request is not supported by the server.
506 Variant Also NegotiatesThe server encountered an internal configuration error in which the chosen variant is configured to engage in content negotiation.
507 Insufficient StorageThis indicates that the server cannot perform the request as the server cannot store the representation needed to complete the request.
508 Loop DetectedWhile processing the request, the server detected an infinite loop.
510 Not ExtendedThe request needed further extensions for the server to fulfill it.
511 Network Authentication RequiredThe client needs to authenticate to gain network access. This code is not sent by the origin server, however it is generated by intercepting proxies that control access to the network.

HTTP unassigned codes

There are many HTTP codes that are unassigned. Some of them may be introduced in later revisions. Even with the limited amount of currently assigned codes, some people may never see many of these codes. Many end-users, however, may be familiar with 404 and 500 as they have an auto-generated error page.

HTTP codes are important to understand, especially if you are developing a web application and are trying to debug based upon the console responses. Knowing these codes came in handy while I was working on my website and forgot to allow methods through the function. This returned a 501 code, allowing me to easily find my mistake. Hopefully this guide of codes can help you!

About the author

Gregory Manley

Gregory Manley is a sophomore at Colorado School of Mines where he is majoring in Computer Science with a minor in Mining Engineering. He is the owner of iTech News and a contributor for Section’s Engineering Education Content Program. His management of iTech News has led him to work with many brands on writing technology focus articles.