ltm rule event ADAPT RESPONSE RESULTΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



ADAPT_RESPONSE_RESULT
       Response adaptation decision.

DESCRIPTION
       This event is raised for a response adaptation as soon as an adaptation
       decision has been made by the selected internal virtual server (IVS).
       In the case of an ICAP profile on the IVS, that occurs after receipt of
       the ICAP headers from the ICAP server, but before any encapsulated HTTP
       headers or body have been received.

Examples
	when ADAPT_RESPONSE_RESULT {
	     if {[ADAPT::result] == "modify"} {
		 # Force ADAPT to ignore any direct response from IVS
		 # (contrived example, probably not useful as-is).
		 ADAPT::result bypass
	     }
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.3.0 --First introduced the event.



BIG-IP				  2017-01-31			      iRule(1)