HTTP Status code


http status codes :

4**  :  Client error : This group of HTTP status codes include those where the request for a web page or other resource contains bad syntax or cannot be filled for some other reason, presumable by fault of the client

5** :  Server error: This group of HTTP status codes include those where the request for a web page or other resource is understood by the website's server but is incapable of filling it for some reason.

Comments

Popular posts from this blog

File operations in C# (.net)

SQL – Generate decimal numbers sequence for particular number range

Ways to SELECT XML string using Nodes and OPENXML()