ltm rule event ADAPT RESPONSE HEADERSΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
ADAPT_RESPONSE_HEADERS
HTTP headers after response adaptation.
DESCRIPTION
This event is raised for a response adaptation after any HTTP headers have been received from the selected internal virtual
server (IVS). In the case of an ICAP profile on the IVS, that occurs after the encapsulated HTTP headers of any modified
response have been received and are accessible to iRule commands. This can happen only when the IVS result is "modified"
or "response". This event does not trigger if the IVS result is "noop" or an error.
Examples
# Remove header that should not be encapsulated in the ICAP response.
when ADAPT_RESPONSE_HEADERS {
HTTP::header remove Transfer-Encoding
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-11.6.0-HF5 --First introduced the event.
BIG-IP 2022-04-12 iRule(1)