-
Notifications
You must be signed in to change notification settings - Fork 84
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
Envoy-Mobile sends "x-" headers #1557
Comments
XFP can hopefully be removed but it's going to take some time for safe migration (6 months so far, probably another 3-6 to go: envoyproxy/envoy#14587) cluster_header: x-envoy-mobile-cluster is added here: @junr03 @buildbreaker I assume you folks value having that sent from client to server? If it's Ok to remove I can do so, otherwise should we kick off a way to template that config file so cronvoy can have different defaults than E-M? |
Description: Risk Level: Testing: Docs Changes: Release Notes: Part of #1557 Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Ok charles, I think I've fixed this one but I'm not sure which cronvoy test it was so throwing it over to you for verification |
Unfortunately, not yet. This is what the MockWebServer gets:
And there is something interesting: |
ok, mind checking again when you have a few? |
confirmed fixed, thanks @carloseltuerto |
… routes (envoyproxy#1621) Risk Level: medium hopefully addresses envoyproxy#1558 and envoyproxy#1557 Signed-off-by: Alyssa Wilk <alyssar@chromium.org> Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
Envoy Mobile seems to systematically send these two request headers:
This has been noticed with HTTP1. It is not known it this happens for HTTP2 also.
The text was updated successfully, but these errors were encountered: