How to check that server used HTTP 2.0 protocol

Spread the love

Sometimes need to verify if the server is real support HTTP 2.0

The simple way for it – using curl:

curl https://your_url --http2 -v -I

Leave a Reply