I'd like to learn something from the design of HTTP protocol - why is there, for example, "Not found", following the "404" code? Wouldn't the number itself be sufficient?
|
closed as not constructive by Kenny Rasschaert, Bryan, mdpc, Ward, Zoredache Jan 14 at 21:34
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
From RFC2612
Basically it allows the server to be more detailed about the response in case the application decides to display it. I've never seen it used in practice, but the protocol allows it. |
|||
|
|