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

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?

    Correct Answer: D

    To change the HTTP version from 1.1 to 1.0 in every request, the correct action and policy need to replace the HTTP version in the request (http.req.version) to "HTTP/1.0". The rewrite action should specify the change precisely to HTTP/1.0. The correct option is: add rewrite action RW_ACT replace http.req.version "HTTP/1.0".

Discussion
dudes22Option: B

Option B should be "\"HTTP/1.0\"" if it's the correct answer?

DoctorCOmputerOption: C

C ofcourse you will change it to 1.0

DoctorCOmputer

I mean D

gerrboyOption: D

Should be D add rewrite action name type target[string] ᵒName =The name of the action ᵒType = The type of action ᵒTarget =The value of the target will vary depending on the type ᵒString = An expression that defines exactly what is to be done with the target