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

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

    Correct Answer: D

    To configure a rewrite policy to change the version of HTTP from 1.1 to 1.0 in every request, you need to use the version of the request header, not the response header. The correct action is to replace 'http.req.version' with 'HTTP/1.0'. This ensures that the HTTP version in the request is rewritten to 1.0.

Discussion
joseph15Option: D

add rewrite action RW_ACT replace HTTP.REQ.VERSION "\"HTTP/1.0\"" Tested in lab

foreigner78Option: D

Tested in lab

ImMaax

agreed