Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to tell if Safari is using HTTP2?

Tags:

safari

http2

I tried all tabs in Web Inspector and didn't find anything useful. Google does not turn up any way either.

like image 442
Rio Avatar asked Mar 09 '23 11:03

Rio


1 Answers

If you switch to the Network tab in the inspector and then open the right details sidebar, you can see the Header information of request and response:

Network tab with details sidebar

like image 123
Harald Gliebe Avatar answered Apr 29 '23 00:04

Harald Gliebe