ProxySG Content Policy Language Guide
190
http.request.version( )
The http.request.version( ) property sets the version of the HTTP protocol to be used in the
request to the origin content server or upstream proxy.
Syntax
http.request.version(1.0|1.1)
The default is taken from the CLI configuration setting http version, which can be set to either 1.0 or
1.1. Changing this value in the CLI changes the default for both
http.request.version( ) and
http.response.version( ).
Layer and Transaction Notes
•Use in
<Proxy> and <Cache> layers.
• Applies to HTTP transactions.
See Also
• Conditions:
http.request.version=
•Properties: http.response.version( )