Exam 1Y0-240 All QuestionsBrowse all questions from this exam
Question 4

Scenario: A Load Balancing virtual server (lb_vsrv_www) is configured to load balance service_1 and service_2. A Citrix Administrator needs to bind a content filter policy to the virtual server, such that if the user tries to access http://xenapp.citrix.com, then the request should go to service_1.

Which policy can the administrator use in this scenario?

    Correct Answer: B

    The administrator can use the filter policy that forwards the request to Service_1 when the HTTP header contains xenapp.citrix.com. The correct policy is: add filter action Redirect_Service_1_Act forward Service_1 add filter policy Redirect_Service_1_Pol -rule "REQ.HTTP.HEADER HOSTANME CONTAINS xenapp.citrix.com" reqAction Redirect_Service_1_Act. This ensures that the request is directed correctly to Service_1 based on the specified rule.

Discussion
GTJOption: B

Shoul be B. Content filtering has FORWARD option as action. in C answer there is no ACTION. https://docs.citrix.com/en-us/netscaler/12/security/content-filtering/ns-cf-creatcf-act-tsk.html

GTJOption: B

B. Content filtering has FORWARD option as action. in C answer there is no ACTION