Which configuration correctly rewrites the HTTP request version to 1.0 in every request using a rewrite policy?

Prepare for the Deploy and Manage Citrix ADC with Traffic Management 1Y0-241 Exam. Dive into various modules, test your knowledge with multiple-choice questions, and understand crucial traffic management principles. Get ahead and be exam-ready!

Multiple Choice

Which configuration correctly rewrites the HTTP request version to 1.0 in every request using a rewrite policy?

Explanation:
To rewrite the HTTP request version, you need to modify the request’s version field, not the response. The field that controls the version in the incoming request is http.req.version, and using a replace action to set it to "HTTP/1.0" changes the version reported in every client request as it passes through the policy. This affects only the request path, so every request will appear as HTTP/1.0 to the backend. The other options target the response version (http.res.version) or set the request version to HTTP/1.1, which does not meet the goal of forcing HTTP/1.0 in every request.

To rewrite the HTTP request version, you need to modify the request’s version field, not the response. The field that controls the version in the incoming request is http.req.version, and using a replace action to set it to "HTTP/1.0" changes the version reported in every client request as it passes through the policy. This affects only the request path, so every request will appear as HTTP/1.0 to the backend.

The other options target the response version (http.res.version) or set the request version to HTTP/1.1, which does not meet the goal of forcing HTTP/1.0 in every request.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy