Does the postman provide the support for HTTP2 rest endpoints? As I can see, each rest endpoint has HTTP1.1 by default. is there any provision to change it?
2 Likes
Welcome to the community Unfortunately, we do not support http/2 as of now. It is on our roadmap but we do not have any ETA for this yet. We are currently tracking this on our GitHub thread below:
Feel free to upvote or add any additional comments on the same : )
Happy to announce that HTTP/2 is now supported starting from version 11.8 and above. We’ve also added support for ALPN negotiation with the “Auto” option, which allows Postman to figure out the supported protocol version automatically.
However, at the moment, HTTP/2 support is not available when:
- Sending insecure HTTP requests
- Sending requests using proxies
You can read more about it on how to use HTTP/2 on our Learning Center doc and on our GitHub page here.