Citrix ADC 13 Advanced Topics – Security, Management and Optimization — Question 19
How can a Citrix Administrator configure a rewrite policy to change the version of HTTP from 1.1 to 1.0 in every request?
Answer options
- A. >add rewrite action RW_ACT replace http.res.version "\"HTTPS/1.0"\" > add rewrite policy RW_POL true RW_ACT
- B. >add rewrite action RW_ACT replace http.req.version "\"HTTPS/1.1"\" > add rewrite policy RW_POL true RW_ACT
- C. >add rewrite action RW_ACT replace http.res.version "\"HTTPS/1.1"\" > add rewrite policy RW_POL true RW_ACT
- D. >add rewrite action RW_ACT replace http.req.version "\"HTTPS/1.0"\" > add rewrite policy RW_POL true RW_ACT
Correct answer: D
Explanation
The correct option D modifies the request version from HTTP 1.1 to 1.0, which is the required action. Option A incorrectly targets the response version instead of the request version. Option B also modifies the request version but attempts to change it from 1.1 to 1.1, which is unnecessary. Option C similarly addresses the response version instead of the request version.