HTTP/1.1 & HTTP2 Header - http and https urls respond with different HTTP versions
I'm trying to figure out why http and https urls respond with different HTTP versions? My main site URL is Website Hosting - Mysite.com responds with "HTTP/1.1 301 Moved Permanently"
Any idea why the responses are different?
-
I can't find documentation to prove it, but I "believe" that HTTP/2 requires SSL in all browsers that support it. 0 -
@ffeingol is correct - more/similar details on that here - HTTP/2 behaviors with HTTP and HTTPS 0 -
Understood, but why would the response for both versions not be the same? " 301 Moved Permanently" HTTP2 is only responding with "301" 0 -
I think the http/2 options just don't return the extra text. The code is still the same and it'll be handled the same by the server. 0 -
Right, but the proper and correct response is " 301 Moved Permanently." I'm not sure if or how it would ever get updated. 0
Please sign in to leave a comment.
Comments
5 comments