ltm rule event ICAP REQUESTΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
ICAP_REQUEST
ICAP request created.
DESCRIPTION
An ICAP request has been created but has not yet been sent to the ICAP server. The ICAP headers have been created and may
be inspected and modified at this point.
Examples
when ICAP_REQUEST {
ICAP::header add X-ICAP-my-custom-header foobar
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-11.3.0 --First introduced the event.
BIG-IP 2022-04-12 iRule(1)