Remove Request Headers
Ambassador Edge Stack can remove a list of HTTP headers that would be sent to the upstream from the request.
The remove_request_headers
Attribute
The remove_request_headers
attribute takes a list of keys used to match to the header.
A basic example
---apiVersion: getambassador.io/v2kind: Mappingmetadata:name: quote-backendspec:prefix: /backend/remove_request_headers:- authorizationservice: quote
will drop header with key authorization
.
Questions?
We’re here to help. If you have questions, join our Slack or contact us.