MultipleChoice
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.)
OptionsMultipleChoice
What is the effect of the ''set cs vServer-CS-1 --redirectURL http://www.newdomain.com/mysite/'' command?
OptionsMultipleChoice
Scenario:
POLICY 1:
add rewrite action ACT_1 corrupt_http_header Accept-Encoding
add rewrite policy POL_1 HTTPS.REQ.IS_VALID ACT_1
POLICY 2:
add rewrite action ACT_2 insert_http_header Accept-Encoding ''\''identity\''''
add rewrite policy POL_2 ''HTTP.REQ.IS_VALID '' ACT_2
How can a Citrix Administrator successfully bind the above rewrite policies to the load-balancing vServer
lb_vsrv so that POL_2 is evaluated after POL_2 is evaluated?
OptionsMultipleChoice
Scenario: While attempting to access web server that is load balanced by a Citrix ADC using HTTPS, a user receives the message below.
SSL/TLS error: You have not chosen to trust ''Certificate Authority'' the issuer of the server's security certificate.
What can a Citrix Administrator do to prevent users from viewing this message?
Options