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

Scenario:
POLICY 1:
add rewrite action ACT_1 corrupt_http_header Accept-Encoding
add rewrite policy POL_1 HTTP.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_1 is evaluated?

Answer options

Correct answer: B

Explanation

The correct answer is B because it sets POL_1 with a priority that allows it to be evaluated before POL_2, ensuring the correct sequence. The other options either have incorrect priorities or goto expressions that disrupt the intended evaluation order, preventing POL_2 from being processed after POL_1.