404 header - HTTP 1.0 or 1.1?
Posted
by keithjgrant
on Stack Overflow
See other posts from Stack Overflow
or by keithjgrant
Published on 2010-05-04T22:25:06Z
Indexed on
2010/05/04
22:28 UTC
Read the original article
Hit count: 299
So why does almost every example I can find (including this question form about a year ago) say that a 404 header should be HTTP/1.0 404 Not Found
when we've really been using HTTP 1.1 for over a decade? Is there any reason not to send HTTP/1.1 404 Not Found
instead?
(Not that it matters all that much... I'm mostly just curious.)
© Stack Overflow or respective owner