ProxySG Content Policy Language Guide
reflect_ip( )
Determines how the client IP address is presented to the origin server for explicitly proxied requests.
Replaces:
•reflect_ip(vip) replaces reflect_vip(yes).
•reflect_ip(auto) replaces reflect_vip(no).
Syntax
reflect_ip(autonoclientvipip_address) The default value is auto.
where:
•
•
•
•
•
Layer and Transaction Notes
•Use in <Proxy> and <Forward> layers.
•Applies to proxy transactions.
Example
;For requests from a specific client, use the virtual IP address. <proxy>
client.address=10.1.198.0 reflect_vip(yes)
See Also
• Properties: forward( )
204