Exam 1Y0-241 All QuestionsBrowse all questions from this exam
Question 88

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?

    Correct Answer: B

    The configuration has a responder policy that triggers when the URL is '/mywebsite'. When this condition is met, a responder action redirects the request by appending '/picture10.html' to the original URL. Therefore, clients accessing http://www.mywebsite.com/ will have /picture10.html appended to the URL, resulting in them being redirected to http://www.mywebsite.com/picture10.html.

Discussion
JesusOption: B

https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/policies-and-expressions/summary-examples-of-adv-policy-exp.html