postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.86k stars 841 forks source link

Set minor versions when sending HTTP/1.x requests #13074

Open parthverma1 opened 3 months ago

parthverma1 commented 3 months ago

Is there an existing request for this feature?

Is your feature request related to a problem?

Currently, Postman doesn't allow setting the HTTP protocol minor version when sending HTTP/1 requests.

Describe the solution you'd like

Ability to select HTTP/1 minor versions

Describe alternatives you've considered

No response

Additional context

No response

BurningDog commented 3 months ago

As requested at https://github.com/postmanlabs/postman-app-support/issues/6242#issuecomment-2289854671 to comment on this issue regarding usage of HTTP versions:

Thank you for adding HTTP/2 support! I would also like to request HTTP/3 as Firefox defaults to this when available, and the Caddy web server supports HTTP/3. However, the Coraza WAF does not support HTTP/3 in its default configuration - so even though my Postman integration tests pass my app fails in production (for Firefox users).

Allowing HTTP/3 in Postman allows me to test for this scenario.