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?
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?
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.
Should be B. Rewrite action rewrites time stamp received from server's http response with Netscaler' time (expressed in GMT)
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"
Ignore this comment, B is correct. Its in the http response.