Header Denier

This behaviour allows us to remove headers from the incoming request before they arrive to the content provider, and remove headers from the outgoing response.

{
  "name": "header_denier",
  "config": {
    "request_headers": [
        "Accept-Encoding",
        "X-Api-Key"
    ],
    "response_headers": [
      "Content-Length"
    ]
  }
}