Common Server Errors & Messages
I find it seriously frustrating when servers return cryptic error pages. If you’ve ever seen a 403, 404 or 500 message, you know what I mean. Well sort of, maybe… What you might not know is that all these messages, and more are called Server Response Codes. Whenever you contact the server and request a page or execute a CGI script (through your browser), a server will process this request and respond with these codes, that signal certain things: …

