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

HTTP/1.1 Header casing #11093

Open
bcollard opened this issue Aug 12, 2024 · 2 comments
Open

HTTP/1.1 Header casing #11093

bcollard opened this issue Aug 12, 2024 · 2 comments
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it

Comments

@bcollard
Copy link

Description

Please add support for header casing propagation.

Some legacy apps (or language frameworks) don't support HTTP 2 headers with lower casing.
For instance, some client apps create HTTP 1.1 headers with a specific case that is expected as-is by the backend app.

We need this on the Kuma Gateway: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_conn_man/header_casing#config-http-conn-man-header-casing

This option would help some customers adopt the mesh.

In particular, we need this on the upstream cluster HTTP protocol options, with the stateful formatter and the PreserveCaseFormatterConfig (empty config block {} is a good start)

@bcollard bcollard added kind/feature New feature triage/pending This issue will be looked at on the next triage meeting labels Aug 12, 2024
@slonka
Copy link
Contributor

slonka commented Aug 12, 2024

Triage: makes sense

@slonka slonka added triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Aug 12, 2024
@slonka
Copy link
Contributor

slonka commented Aug 12, 2024

Triage: need to look at envoyproxy/envoy#15619

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
Development

No branches or pull requests

2 participants