Citrix
1Y0-241 · Question #45
Scenario: A Citrix Administrator needs to configure a Responder policy, so that the string "/mytraining" is added to every URL path received. The administrator should use these commands to…
The correct answer is D. "!(HTTP.REQ.URL.ENDSWITH(\"mytraining\"))". See the full explanation below for the reasoning.
Question
Scenario: A Citrix Administrator needs to configure a Responder policy, so that the string "/mytraining" is added to every URL path received. The administrator should use these commands to accomplish this:
add responder action Redirect_Act redirect "HTTP.REQ.URL.PATH_AND_QUERY+"mytraining"" - responseStatusCode 302 >add responder pol cy Redirect_Pol___________Redirect_Act >bind lb vSe ver lb_vsrv_www -policyName Redirect_Pol -priority 100 -gotoPriorityExpression END - type_______ (Choose the correct option to complete the set of commands.)
Options
- A"(HTTP.REQ.URL.STARTSWITH("mytraining"))"
- B"(HTTP.REQ.URL.STARTSWITH("mytraining"))"
- C"!(HTTP.REQ.URL.ENDSWITH("mytraining"))"
- D"!(HTTP.REQ.URL.ENDSWITH("mytraining"))"
How the community answered
(21 responses)- A14% (3)
- B5% (1)
- C5% (1)
- D76% (16)
Community Discussion
No community discussion yet for this question.