|
|
|
|
|
by trollied
1844 days ago
|
|
I've often wondered why most sites expose these status codes to the end user. The end user does not need to know, and in most cases will probably be confused by it. Plainly worded messages should be presented in the case of errors, not half an RFC. |
|
An Error 500 page used in an internal service could tell you something like "Try again in 5 minutes, and call Joe if it still doesn't work".
An Error 410 page can spell out "We used to have this, but don't anymore because it was obsolete. Please look here for a replacement instead."
The defaults are just that, simple defaults, and these days typically overriden by the web browser to show something more user friendly.