{"id":97,"date":"2022-02-01T15:53:37","date_gmt":"2022-02-01T10:23:37","guid":{"rendered":"https:\/\/onlinetechnicalhelps.com\/?p=97"},"modified":"2022-02-03T16:01:15","modified_gmt":"2022-02-03T10:31:15","slug":"http-status-codes","status":"publish","type":"post","link":"https:\/\/onlinetechnicalhelps.com\/http-status-codes\/","title":{"rendered":"What is HTTP Status Code Difference between HTTP Error Codes"},"content":{"rendered":"\n

The HTTP status code is a three-digit server response. The first digit of the code represents the class of response and the last two digits do not have any categorizing role.<\/p>\n\n\n\n

These do not represent any category but when the last two digits are combined with the first digit, then they represent a unique scenario. A scenario about the communication happening between the server and the client\u2019s browser.<\/p>\n\n\n\n

These status codes are the response from a server to the browser when the browser sends a request to the server. These codes serve as a medium of communication between the server and the internet browser. The HTTP status codes represent the type of information that they are communicating.<\/p>\n\n\n\n

For example, a 404 or other codes having number 4 as their first digit (4xx) will always point in the direction that the page or the website was not reachable.<\/p>\n\n\n\n

Now when the server sends this status code to the internet browser, the client will be able to get as to why the request was not served successfully or a 2xx code will always mean that the request was completed successfully.<\/p>\n\n\n\n

These status codes and their meaning does not change ever, as they are set up by the RFC. The RFC (Request for Comments) is supported by the Internet Society (ISOC) and it is a type of text document from the technology community.<\/p>\n\n\n\n

The RFC has made these status code standardized, making it easy for the developers and the end-user to understand the behavior of requests and responses properly.<\/p>\n\n\n\n

List of most common HTTP status code<\/h2>\n\n\n\n