ltm rule event ADAPT REQUEST RESULTΒΆ

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



ADAPT_REQUEST_RESULT
       Request adaptation decision.

DESCRIPTION
       This event is raised for a request 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 of body have been received.

Examples
	when ADAPT_REQUEST_RESULT {
	    if {[ADAPT::result] == "respond"} {
		 # 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)