Which variable will display the client’s source IP address when added to an HTML Error Object page?
Which variable will display the client’s source IP address when added to an HTML Error Object page?
To display the client’s source IP address in an HTML Error Object page, the variable ${CLIENT.IP.SRC} is used. This variable is commonly utilized in Citrix NetScaler configurations for referencing the client's source IP.
B seems to be correct: https://support.citrix.com/article/CTX140293/how-to-create-a-customized-error-page-with-variables-for-netscaler-application-firewall
https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/policies-and-expressions/advanced-policy-expressions-ip-mac-add-vlan-id.html
B. ${CLIENT.IP.SRC} This variable will display the client's source IP address when added to an HTML Error Object page for the NetScaler Application Firewall.