Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow http/2 requests to fallback to host header if authority pseudoheader is not provided #5425

Open
j-white opened this issue Dec 19, 2024 · 0 comments

Comments

@j-white
Copy link

j-white commented Dec 19, 2024

Describe the feature

Some HTTP/2 clients omit the :authority header in favor of the Host header.

According to the HTTP/2 specification, the :authority SHOULD be included, but is not necessarily required.

Use cases

One notable client with this behaviour is the AWS ALB. Even if it is an HTTP/2 request, the host header is given and the :authority header is not. See references for details.

References

j-white added a commit to j-white/vert.x that referenced this issue Dec 19, 2024
j-white added a commit to j-white/vert.x that referenced this issue Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant