Timeline for Determine supported HTTP version by the web server
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 28 at 7:02 | review | Suggested edits | |||
| Apr 29 at 10:02 | |||||
| Jun 17, 2024 at 9:38 | history | edited | Benjamin Loison | CC BY-SA 4.0 | Remove an unnecessary space |
| Oct 17, 2022 at 10:57 | comment | added | Michael Coxon | I have discovered that if you use HTTPS and add the -v parameter that you get a list of the supported protocols ie.: * ALPN, offering h2 * ALPN, offering http/1.1 | |
| Jul 9, 2022 at 4:12 | comment | added | Nathan G | No, this is wrong. It will only show versions up to the versions that your client (you) are using. For example, depending from where you are initiating the command from, you can get for example HTTP 1.1 or HTTP/2 - so be careful with this option to determine the maximum http version of the version. | |
| Apr 9, 2018 at 2:06 | comment | added | mastazi | In case anyone is struggling while running the command above in Git Bash for Windows, the header (see bold part) is printed at the end of this long line (it seems there is a missing newline character there) 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0HTTP/1.1 302 Found | |
| Jul 31, 2009 at 7:16 | vote | accept | ksuralta | ||
| Jul 31, 2009 at 6:57 | comment | added | TFM | Assuming that curl is installed on that platform. OR, he could call the web server with ANY component that can do HTTP, and retrieve the version number from there. | |
| Jul 31, 2009 at 6:14 | history | answered | Jonathan Holloway | CC BY-SA 2.5 |