A Citrix Engineer has defined an HTTP Callout, hc_authorized_location, to return the value "Authorized" if client's IP address is on a list of authorized external locations.
Which advanced expression should the engineer use in a policy for testing this condition?
- SYS.HTTP_CALLOUT(hc_authorized_location).IS_TRUE
- SYS.HTTP_CALLOUT(hc_authorized_location).EQ("Authorized")
- SYS.HTTP_CALLOUT(hc_authorized_location).IS_VALID
- SYS.HTTP_CALLOUT(hc_authorized_location).EQUALS_ANY("Authorized")
Answer(s): B
Explanation:
https://docs.citrix.com/en-us/citrix-adc/current-release/appexpert/http-callout/invoking-http- callout.html
Reveal Solution Next Question