Exam 1Y0-204 All QuestionsBrowse all questions from this exam
Question 112

How can a Citrix Administrator configure a rewrite policy to change the version of HTTP from HTTP 1.1 to HTTP 1.0 in every request?

A.

B.

C.

D.

    Correct Answer:

    To configure a rewrite policy to change the version of HTTP from HTTP 1.1 to HTTP 1.0 in every request, the correct command syntax should use the HTTP request context. Thus, the correct answer is: A. The command should be: add rewrite action RW_ACT replace http.req.version "HTTP/1.0" add rewrite policy RW_POL true RW_ACT. This ensures that the HTTP version in the request is replaced with HTTP 1.0 for all incoming requests.

Discussion
mhmt

should be A

Mr_F_QC

Yes, A ref : "add rewrite policy <policyName> <rule> <action>" The action need is "1.0"