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

Scenario: A Citrix Administrator configured a responder policy as follows:

> add responder action Picture10Action redirect "\"http://\" + http.req.hostname + http.req.url + \"/picture10.html\"" -bypassSafetyCheck YES
> add responder policy Picture10Policy "http.req.url.eq(\"/mywebsite\")" Picture10Action
> bind responder global Picture10Policy 1 END -type OVERRIDE

What will be the effect of this configuration?

Answer options

Correct answer: B

Explanation

The configuration causes requests to http://www.mywebsite.com/ to redirect to a new URL that appends /picture10.html, effectively changing the requested resource. The other options are incorrect as they misinterpret the redirection behavior or do not align with the specified URL patterns.