Mobile app version of vmapp.org
Login or Join
BetL925

: 404 status code for HTTP/2 How does a correct 404 status code look like on using HTTP/2 protocol? HTTP/1.1 404 Not Found seems to be for the previous protocol version, but I can't find anywhere

@BetL925

Posted in: #Http #HttpHeaders #Https

How does a correct 404 status code look like on using HTTP/2 protocol? HTTP/1.1 404 Not Found seems to be for the previous protocol version, but I can't find anywhere something meaningful about status update.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @BetL925

1 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

HTTP/2 will still use the 404 Not Found status, as well as all the other status codes defined by HTTP/1.1.
nestify.io/blog/http2-must-know/ says:


The semantics of [HTTP] will not be affected by this new version, that is, HTTP headers, values and usage formats will be kept. Significant improvements are in information transport performance in addition to lower latency and higher throughput.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme