HTTP_PROXY_CONNECT

Description

This iRules event triggered when proxy chaining via use of the HTTP_PROXY_CONNECT profile.

Examples

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