Open KoJJang opened 1 month ago
Makes sense to me.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions.
Add HTTP headers for request mirroring in Envoy
Description: AFAIK, the only way to distinguish a mirroring request from a origin request is whether or not the
-shadow
suffix is present in the host header. It would be nice to have the ability to add or remove a separate HTTP header to make the distinction more convenient.Proposed Improvements: Provide
request_headers_to_add
orrequest_headers_to_remove
functionality for the mirroring request.