How can I view the protocol used in chrome developer tools network tab?

John Hunt picture John Hunt · Aug 31, 2012 · Viewed 22.9k times · Source

The network tab on chrome developer toolbar is great, but I'd like to see what protocol was used to transfer the resource (http or https).. anyone know how I can do this, or if there's an extension to allow me to do something similar.

Thanks!

Answer

zhirzh picture zhirzh · Jun 28, 2016

Well, this is 2016 and now you can have a column for protocols in your chrome devtools. All you have to do is:

1) open your networks tab in devtools and right click on any of column headers to open the "select columns" popup

2) select protocol (or any other desired column) for it to appear in the panel

enter image description here

And that's it!

enter image description here