forceHttp11Action
Description
Force the connection between fluxzy and remote to be HTTP/1.1. This value is enforced by ALPN settings set during the SSL/Handshake handshake.
Evaluation scope
Evaluation scope defines the timing where this filter will be applied.
{.alert .alert-info} ::: onAuthorityReceived This scope denotes the moment fluxzy is aware the destination authority. In a regular proxy connection, it will occur the moment where fluxzy parsed the CONNECT request. :::
YAML configuration name
forceHttp11Action
Settings
This action has no specific characteristic
Example of usage
The following examples apply this action to any exchanges
Force the connection between fluxzy and remote to be HTTP/1.1. This value is enforced by ALPN settings set during the SSL/Handshake handshake.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: ForceHttp11Action
<<<<<<< HEAD
noEditableSetting: true
=======
>>>>>>> b5d51bd2a3f1870beb9607eaba46ac93d959bb15
.NET reference
View definition of ForceHttp11Action for .NET integration.
See also
The following actions are related to this action:
- forceHttp11Action
- forceHttp2Action
- forceTlsVersionAction
- setClientCertificateAction
- skipSslTunnelingAction <<<<<<< HEAD =======
- useDnsOverHttpsAction
b5d51bd2a3f1870beb9607eaba46ac93d959bb15