ltm rule event ADAPT REQUEST HEADERSΒΆ

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



ADAPT_REQUEST_HEADERS
       HTTP headers after request adaptation.

DESCRIPTION
       This event is raised for a request 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 request or direct 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_REQUEST_HEADERS {
	    HTTP::header remove Transfer-Encoding
	}

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



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