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

netty: Support Host header on server-side #8521

Merged
merged 3 commits into from
Sep 15, 2021

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Sep 13, 2021

We want to know the single, unambiguous authority for the request. If
there is no authority, we use host instead. While authority would be
most typical for HTTP/2, requests proxied from HTTP/1 may use host
instead of authority.

This is generally useful, but the impetus is RBAC. See gRFC A41.

CC @YifeiZhuang

We want to know the single, unambiguous authority for the request. If
there is no authority, we use host instead. While authority would be
most typical for HTTP/2, requests proxied from HTTP/1 may use host
instead of authority.

This is generally useful, but the impetus is RBAC. See gRFC A41.
@ejona86 ejona86 added the TODO:backport PR needs to be backported. Removed after backport complete label Sep 13, 2021
@ejona86 ejona86 merged commit 122b3b2 into grpc:master Sep 15, 2021
@ejona86 ejona86 deleted the authority-v-host branch September 15, 2021 16:41
@ejona86 ejona86 removed the TODO:backport PR needs to be backported. Removed after backport complete label Sep 15, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants