Well this thing has came to my head now, and can't find any info. I would like to know if it's possible to create custom HTTP errors, no custom pages, like 404 pages, I mean error codes. The idea came when I saw Slackware's Connie server although that may be a simple index page. Well that was my question, thanks :)
|
RFC 2616 describes all possible status and error codes. Everything else is not defined. And if it is not defined in the documentation how should a server and client react when they see such errors? |
|||
|
The RFC clearly states the list of codes is extensible. The Value of the first digit is important. Unknown status codes are supposed to be treated as X00 where X is the first digit of the status code. |
|||
|
|
|
Well, that page is just returning an error page with a |
|||
|
|