How to correctly initiate an http2 request in python?
The same request, when I use Postman to initiate the request, Fiddler displays it as http1.1 protocol, but when I look at the requests listed by Network in Chrome browser, it displays as http2. I successfully requested in Chrome browser and Postman, but failed in Python. I tried to initiate an http2 request using the httpx library, but still couldn’t make the request successfully.