Some applications do not support the new functionality of HTTP 1.1, and require to use HTTP 1.0 instead.
Example CPL that use a condition if http request version 1.0, then let SG response with http 1.0
<Proxy>
http.request.version="1.0" http.response.version(1.0)
Example CPL that use a condition if http request version 1.0, then let SG response with http 1.0, and request with http 1.0
<Proxy>
http.request.version="1.0" http.response.version(1.0) http.request.version(1.0)
<Proxy>
url.domain=//example.com/ http.response.version(1.0) http.request.version(1.0)