You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the use-case and give concrete real-world examples
get requests to certain APIs will fail unless sent by HTTP/2. Tested using Postman. Sent a request using HTTP/1.1 and it was denied. Sent the same request by HTTP/2 and was granted access.
The text was updated successfully, but these errors were encountered:
I thought it was working properly with niquests but it doesn't appear that way. Maybe it's not sending the headers correctly? Or sending as HTTP/2 at all?
Version and OS
v0.47.03 on ubuntu/docker
Is your feature request related to a problem? Please describe.
Websites block access to HTTP/1 but if sent HTTP/2 everything works correctly
Describe the solution you'd like
Ability to send basic requests using HTTP/2 possibly using https://github.com/jawah/niquests
Describe the use-case and give concrete real-world examples
get requests to certain APIs will fail unless sent by HTTP/2. Tested using Postman. Sent a request using HTTP/1.1 and it was denied. Sent the same request by HTTP/2 and was granted access.
The text was updated successfully, but these errors were encountered: