Add or Set Response Headers Policy
Adds or sets headers on the on the outgoing.
Configuration
{
"name": "my-set-headers-outbound-policy",
"policyType": "set-headers-outbound",
"handler": {
"export": "SetHeadersOutboundPolicy",
"module": "$import(@zuplo/runtime)",
"options": {
"headers": [
{
"name": "HEADER_NAME",
"value": "HEADER_VALUE",
"overwrite": true
}
]
}
}
}
Read more about how policies work