Exam 1Y0-240 All QuestionsBrowse all questions from this exam
Question 7

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?

    Correct Answer: B

    The rewrite action replaces the Date header in the http response with the NetScaler system time in a conventional date format. This is based on the function of the rewrite action to modify HTTP response headers, and specifically this action targets the Date header to synchronize it with the current system time of the NetScaler server.

Discussion
GTJOption: B

Should be B. Rewrite action rewrites time stamp received from server's http response with Netscaler' time (expressed in GMT)

RVROption: B

Should be D as per https://docs.citrix.com/en-us/netscaler/12/appexpert/policies-and-expressions/ns-pi-adv-exp-work-date-time-num-wrapper-con/ns-pi-format-date-time-exp-con.html "..the following rewrite action replaces the http.res.date header with the NetScaler system time in a conventional date format"

RVR

Ignore this comment, B is correct. Its in the http response.