Page 1 of 1

Scenario: A Citrix Administrator needs to configure a Responder policy, so that the string ג€/mytrainingג€ is added to e

Posted: Wed Aug 03, 2022 9:21 am
by answerhappygod
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 policy Redirect_Pol___________Redirect_Act>bind lb vServer lb_vsrv_www -policyName Redirect_Pol -priority 100 -gotoPriorityExpression END -type_______(Choose the correct option to complete the set of commands.)

A. ג€(HTTP.REQ.URL.STARTSWITH(\ג€mytraining\ג€))ג€ REQUEST
B. ג€(HTTP.REQ.URL.STARTSWITH(\ג€mytraining\ג€))ג€ RESPONSE
C. ג€!(HTTP.REQ.URL.ENDSWITH(\ג€mytraining\ג€))ג€ REQUEST
D. ג€!(HTTP.REQ.URL.ENDSWITH(\ג€mytraining\ג€))ג€ RESPONSE