Citrix ADC 13 Advanced Topics – Security, Management and Optimization — Question 67
Scenario: A Citrix Administrator configured a rewrite action as follows:
> add rewrite action sync_date replace http.res.date.sys.time
What is the correct way to interpret this rewrite action?
Answer options
- A. It replaces the date header in the HTTP response with the Citrix ADC system time in a conventional date format.
- B. It replaces the date header in the HTTP response with the Greenwich Mean Time (GMT) time stamp.
- C. It replaces the Citrix ADC system time with the date header in a conventional date format.
- D. It is invalid, as system time CANNOT be referenced in the system policy.
Correct answer: A
Explanation
The correct answer is A because the rewrite action is designed to replace the HTTP response's date header with the Citrix ADC's system time, formatted as a conventional date. Option B is incorrect because the action does not specify GMT, and option C misinterprets the direction of the replacement. Option D is also incorrect as referencing system time in this context is valid.