-
Notifications
You must be signed in to change notification settings - Fork 8
HTTP Headers Management
Paolo Venturi edited this page May 22, 2019
·
15 revisions
Carapace allows you to customize requests (from clients to Carapace, before server forwarding) and responses (from backends to Carapace, before client forwarding) by adding, removing or setting HTTP Headers.
In Carapacee configuration you can specify which headers to manage as follow:
header.i.id=HEADER_ID # id to be referenced in configuration <br> header.i.name=HEADER_NAME # standard header name <br> header.i.value=HEADER_VALUE # value of the header <br> header.i.mode= set|add|remove # to override the header value (set), append (add) or remove