Skip to main content
added 93 characters in body
Source Link
Ben Butterworth
  • 30.1k
  • 12
  • 165
  • 229

In Google Chrome and Brave, you can easily use the Developer tools (F12 or Command + Option + I). Open the Network tab, find the request, click the Header tab, scroll down to "Response Headers", and click view source. It should show the HTTP version in the first line.

In the screenshot below, the server is using HTTP/1.1, as you can see: HTTP/1.1 200 OK. If that is missing, it's HTTP/2, since there is no readable source, it's in binary instead.

Network tab screenshot of a Google Chrome browser

In Google Chrome and Brave, you can easily use the Developer tools (F12 or Command + Option + I). Open the Network tab, find the request, click the Header tab, scroll down to "Response Headers", and click view source. It should show the HTTP version in the first line.

In the screenshot below, the server is using HTTP/1.1, as you can see: HTTP/1.1 200 OK

Network tab screenshot of a Google Chrome browser

In Google Chrome and Brave, you can easily use the Developer tools (F12 or Command + Option + I). Open the Network tab, find the request, click the Header tab, scroll down to "Response Headers", and click view source. It should show the HTTP version in the first line.

In the screenshot below, the server is using HTTP/1.1, as you can see: HTTP/1.1 200 OK. If that is missing, it's HTTP/2, since there is no readable source, it's in binary instead.

Network tab screenshot of a Google Chrome browser

Source Link
Ben Butterworth
  • 30.1k
  • 12
  • 165
  • 229

In Google Chrome and Brave, you can easily use the Developer tools (F12 or Command + Option + I). Open the Network tab, find the request, click the Header tab, scroll down to "Response Headers", and click view source. It should show the HTTP version in the first line.

In the screenshot below, the server is using HTTP/1.1, as you can see: HTTP/1.1 200 OK

Network tab screenshot of a Google Chrome browser