Articles about http codes’

May 12, 2009

Essential HTTP Codes

Posted by Anandhan Subbiah in Technical Articles 1 comment

200 (”OK”)
Everything’s fine. The document in the entity-body, if any, is a representation of some resource.
400 (”Bad Request”)
There’s a problem on the client side. The document in the entity-body, if any, is an error message. Hopefully the client can understand the error message and use it to [...]

Share