HTTP Error Codes
HTTP Error codes Understanding HTTP error codes is a must if you are coding an API or any request/response based applications. All HTTP response status codes are separated into five classes or categories. The first digit of the status code defines the class of response, while the last two digits do not have any classifying or categorisation role. There are…