Citrix ADC 13 Advanced Topics – Security, Management and Optimization — Question 20

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.)

Answer options

Correct answer: C

Explanation

The correct answer is C because it checks if the URL does not end with `/mytraining`, allowing the redirect action to append the string. Options A and B are incorrect as they use STARTSWITH, which does not meet the requirement, while D checks for the string at the end, which is not applicable for adding it to the URL path.