Sunday, January 23, 2011

Commonly used Http Codes

[sourcecode language="css"]
200 = OK
204 = No Content
302 = Found
305 = Use Proxy
400 = Bad Request
401 = Unauthorized
402 = Payment Required
403 = Forbidden
404 = Not Found
405 = Method Not Allowed
407 = Proxy Authentication Required
408 = Request Timeout
414 = Request URI Too Large
415 = Unsupported Media Type
500 = Internal Server Error
501 = Not Implemented
502 = Bad Gateway
503 = service Unavailable
504 = Gateway Timeout
505 = Http Version Not Supported


[/sourcecode]

No comments:

Post a Comment