How can a Citrix Administrator configure a rewrite policy to change the version of HTTP from 1.1 to 1.0 in every request?
How can a Citrix Administrator configure a rewrite policy to change the version of HTTP from 1.1 to 1.0 in every request?
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.
add rewrite action RW_ACT replace HTTP.REQ.VERSION "\"HTTP/1.0\"" Tested in lab
Tested in lab
agreed