HTTP_PROXY_REQUEST
Problem this snippet solves: Triggered when a virtual server has proxy-mode explicit set and one of the following two scenarios are true:
the request has a full uri of the form http://hostname:po...
Published Mar 18, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
yokamoto
Aug 12, 2016Employee
Reply by myself.
It works. Like this iRule.
if { [HTTP::host] contains " } { HTTP::header insert "X-Forwarded-For" [IP::client_addr] HTTP::proxy enable }