HTTP 2 proxy request protocol #121
Unanswered
ignatevdev
asked this question in
Q&A
Replies: 1 comment
-
|
HTTP/2 forwarding is not supported at the moment. But we should probably add support for it, both for h2c and HTTP to the origin. I'll take a closer look at adding this. I think a good way to incorporate this would be to use explicit schemes in the target URLs. So you could do the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to ensure that HTTP 2 requests are not downgraded on reverse proxy and currently see that every request going through kamal-proxy is received with HTTP/1.1 protocol on the final endpoint.
Is kamal-proxy designed to support HTTP 2 forwarding and I am doing something wrong or it is not currently supported?
Specifically I am interested only in h2c as I don't need to enable tls on my service.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions