Hi,
I use seamonster's warp library and I make some requests, and the used protocol is http/1.1, anyone knows how to force http2?
Thank you
Hi,
I use seamonster's warp library and I make some requests, and the used protocol is http/1.1, anyone knows how to force http2?
Thank you
What client are you using to initiate request to the server? HTTP/2 support is negotiated using TLS ALPN and HTTP/2 connection is only started if both sides agree on it.
Yes you right, I tried with curl (on Windows) and apparently HTTP2 wasn't supported by this version, but I also tried in the chrome console and I thought that http2 was a mandatory, but apparenty no
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.