Skip to main content
tip improved
Source Link
Iman
  • 19.2k
  • 7
  • 88
  • 94

In Google Chrome -> Network Tab -> right click -> Header Options -> select Protocolyou can see protocol of each requests like this

  • then you will see values like h2 (HTTP 2) or http/1.1 entry like the following picture in Protocol column
  1. open developers tools with F12

  2. go to Network Tab

  3. right click any where in column headers (like Name in the picture) and from the context menu select Protocol to be displayed as a new column

  4. then you will see values like h2 (HTTP 2) or http/1.1 entry like the following picture in Protocol column

Protocol column in chrome showing http 1 or 2 version or the requestenter image description here

In Google Chrome -> Network Tab -> right click -> Header Options -> select Protocol

  • then you will see values like h2 (HTTP 2) or http/1.1 entry like the following picture in Protocol column

Protocol column in chrome showing http 1 or 2 version or the request

In Google Chrome you can see protocol of each requests like this

  1. open developers tools with F12

  2. go to Network Tab

  3. right click any where in column headers (like Name in the picture) and from the context menu select Protocol to be displayed as a new column

  4. then you will see values like h2 (HTTP 2) or http/1.1 entry like the following picture in Protocol column

enter image description here

Source Link
Iman
  • 19.2k
  • 7
  • 88
  • 94

In Google Chrome -> Network Tab -> right click -> Header Options -> select Protocol

  • then you will see values like h2 (HTTP 2) or http/1.1 entry like the following picture in Protocol column

Protocol column in chrome showing http 1 or 2 version or the request