Citrix ADC 13 Administrator — Question 14
Scenario: A Citrix Administrator has configured the 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. The rewrite action replaces the Date header in the http response with the GMT time stamp.
- B. The rewrite action replaces the Date header in the http response with the NetScaler system time in a conventional date format.
- C. The rewrite action is invalid, as system time CANNOT be referenced in the system policy.
- D. The rewrite action replaces the NetScaler system time with the Date header in a conventional date format.
Correct answer: C
Explanation
The correct answer is C because referencing system time in a rewrite action is not permitted within the system policy, making the action invalid. Options A and B incorrectly assume that the action is valid and misinterpret the function of the rewrite action. Option D also incorrectly suggests that the system time can be used to replace the Date header, which is not allowed.