List of Http Status Codes Mostly Used
Http Status codes are the part of HTTP. These codes are returned by the server when you made request to the server. These status codes are mainly categorized into 5 category. The first digit of the status code defines the class of response, while the last two digits do not have any classifying or categorization role. There are five classes defined by the standard like in the picture above.
→ 1xx : Informational Responses; the request was received, continuing process
→ 2xx: Successful Responses; the action requested by the client was received, understood, and accepted
→ 3xx: Redirects; the client must take additional action to complete the request. Many of these status codes are used in URL redirection
→ 4xx: Client Error; the request contains bad syntax or cannot be fulfilled from client side
→ 5xx: Server Error; the server failed to fulfil an apparently valid request
Some of the main Http status codes and there meaning are illustrated below, which you will might face while working on the server side.
From these details you may get what the http status codes are and what does they mean. This will help you for getting you the status codes while working in the backend side or server side.
For more info buy the book “Make Yourself The Software Developer: Let’s Dive into Flutter & MNCs” buy.
Thanks.
Keep Learning
Keep Coding
:):):)