nerdexam
Citrix

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…

Rewrite and Responder

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)
  • A
    13% (5)
  • B
    79% (31)
  • C
    5% (2)
  • D
    3% (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

#HTTP Callout#advanced expression#SYS.HTTP_CALLOUT#policy expression

Community Discussion

No community discussion yet for this question.

Full 1Y0-341 Practice