The web server status codes are split into 4 categories
200 series - indicate requested action was successful
300 series - indicate request for redirection
400 series - is a client side error and contains bad syntax
500 series - is a server side error and the server could not fulfill the request
2xx Success list
- 200 OK
- 201 Created
- 202 Accepted
- 203 Provisional Information
- 204 No Response
- 205 Deleted
- 206 Modified
3xx redirection list
- 301 Moved permanently
- 302 Moved temporarily
- 303 Method
- 304 Not modified
4xx Client error list
- 400 Bad request
- 401 Unauthorized
- 402 Payment required
- 403 Forbidden
- 404 Not Found
- 405 Method not Allowed
- 406 None Acceptable
- 407 Proxy Authentication Required
- 408 Request timeout
5xx Server error list
- 500 Internal server error
- 501 Not Implemented
- 502 Bad Gateway
- 503 Service Unavailable
- 504 Gateway Timeout
No comments:
Post a Comment