1Y0-341 · Question #34
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…
The correct answer is B. SYS.HTTP_CALLOUT(hc_authorized_location).EQ("Authorized"). This expression checks if the result of the HTTP Callout (hc_authorized_location) equals "Authorized," allowing the policy to evaluate whether the client's IP address is on the authorized…
Question
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?
Options
- ASYS.HTTP_CALLOUT(hc_authorized_location).IS_TRUE
- BSYS.HTTP_CALLOUT(hc_authorized_location).EQ("Authorized")
- CSYS.HTTP_CALLOUT(hc_authorized_location).IS_VALID
- DSYS.HTTP_CALLOUT(hc_authorized_location).EQUALS_ANY("Authorized")
How the community answered
(39 responses)- A13% (5)
- B79% (31)
- C5% (2)
- D3% (1)
Explanation
This expression checks if the result of the HTTP Callout (hc_authorized_location) equals "Authorized," allowing the policy to evaluate whether the client's IP address is on the authorized https://docs.citrix.com/en-us/citrix-adc/current-release/appexpert/http-callout/invoking-http-
Topics
Community Discussion
No community discussion yet for this question.