ltm rule event HTTP PROXY RESPONSEΒΆ

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



HTTP_PROXY_RESPONSE
       Triggered when the response from the remote HTTP proxy is received.

DESCRIPTION
       Triggered when the response to HTTP Proxy chaining CONNECT request is
       received in the HTTP_PROXY_CONNECT filter.

       This event allows inspection of the CONNECT response headers.

       The "HTTP::proxy chain retry" command may be used to retry a failed
       request.

Examples
	when HTTP_PROXY_RESPONSE {
	    log local0. "HTTP Proxy response:" [HTTP::response]
	}

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



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