ltm rule event HTTP PROXY CONNECTΒΆ

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

HTTP_PROXY_CONNECT
       Triggered when proxy chaining via use of the HTTP_PROXY_CONNECT profile.

DESCRIPTION
       Triggered when the CONNECT request is generated in the HTTP_PROXY_CONNECT filter.

       This event allows modification of the CONNECT request headers in HTTP Proxy chaining.  HTTP iRule commands in this event
       refer to the proxy chaining request, not the original request from the client.

Examples
	when HTTP_PROXY_CONNECT {
	    HTTP::header insert Proxy_Header "Header Value"
	}

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

BIG-IP							    2022-04-12							  iRule(1)