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…
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
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)- A17% (8)
- B7% (3)
- C2% (1)
- D74% (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
Community Discussion
No community discussion yet for this question.

