nerdexam
Citrix

1Y0-204 · Question #66

A Citrix Administrator configured the Responder policy to redirect the request for root page to the home page. However, after executing the command, the webpage access entered a loop, as shown in…

The correct answer is D. Change Responder Policy expression to http.REQ.URL.EQ("/"). The Responder policy expression determines which requests are redirected by the Responder action. The expression http.REQ.URL.EQ("/") matches only the requests for the root page, and not any other pages. This prevents the redirection loop that occurs when the Responder action…

Troubleshooting

Question

A Citrix Administrator configured the Responder policy to redirect the request for root page to the home page. However, after executing the command, the webpage access entered a loop, as shown in the second screenshot. Click on the ‘Exhibit’ buttons to view the screenshots. How will the administrator rectify this issue?

Exhibits

1Y0-204 question #66 exhibit 1
1Y0-204 question #66 exhibit 2

Options

  • AChange Responder action expression to "/"
  • BChange Responder Policy expression to http.REQ.URL.Contains("/")
  • CChange Responder Action expression to http.REQ.URL
  • DChange Responder Policy expression to http.REQ.URL.EQ("/")

How the community answered

(46 responses)
  • A
    17% (8)
  • B
    7% (3)
  • C
    2% (1)
  • D
    74% (34)

Explanation

The Responder policy expression determines which requests are redirected by the Responder action. The expression http.REQ.URL.EQ("/") matches only the requests for the root page, and not any other pages. This prevents the redirection loop that occurs when the Responder action expression is also the root page.

Topics

#responder policy#redirect loop#policy expression#ADC troubleshooting

Community Discussion

No community discussion yet for this question.

Full 1Y0-204 Practice