HTTP Status Codes - Part 3 of Chapter 3 from HTTP: The Definitive Guide (5/6) | WebReference

HTTP Status Codes - Part 3 of Chapter 3 from HTTP: The Definitive Guide (5/6)

To page 1To page 2To page 3To page 4current pageTo page 6
[previous] [next]

HTTP: The Definitive Guide, Chapter 3: HTTP Messages

400-499: Client Error Status Codes

Sometimes a client sends something that a server just can't handle, such as a badly formed request message or, most often, a request for a URL that does not exist.

We've all seen the infamous 404 Not Found error code while browsing--this is just the server telling us that we have requested a resource about which it knows nothing.

Many of the client errors are dealt with by your browser, without it ever bothering you. A few, like 404, might still pass through. Table 3-9 shows the various client error status codes.

Table 3-9: Client error status codes and reason phrases

Status code

Reason phrase

Meaning

To page 1To page 2To page 3To page 4current pageTo page 6
[previous] [next]

Created: January 29, 2003
Revised: January 29, 2003

URL: https://webreference.com/programming/http/chap3/3/5.html