Included in the HTTP server response data for each request is a code number indicating the result of the request. These result codes are three-digit numbers divided into categories as follows:
100-199 : Informational status
200-299 : Success status
300-399 : Redirection status
400-499 : Client errors
500-599 : Server errors
Informational 100 – Continue […]
Recent Comments