Sunday, June 3, 2012

HTTP header status codes


The status code available in the http header are usefull. Following are some of the common status codes


Status Code GroupDescription
1xx InformationalThe request was received, and the server is continuing to process.
2xx SuccessThe action was successfully received, understood, and accepted.
3xx Redirect CommandThe client must access a different resource instead.
4xx Client ErrorThe request has a syntax error or the server does not know how to fulfill the request.
5xx Server Errorhe server failed to fulfill a request that appears to be valid.



Status CodeDescription
100 Continue
200OK
201Created
300Multiple Choices
301Moved Permanently
302Found
400Bad Request
401Unauthorized
403Forbidden
404Not Found
407 Proxy Authentication Required
408Request Time-out
413Request Entity Too Large
500Internal Server Error
501Not Implemented

No comments:

Post a Comment