Force the downstream connection (client-to-proxy) to use HTTP/1.1. When the global ServeH2 option is enabled, this action overrides it for matched exchanges by only advertising HTTP/1.1 during ALPN negotiation with the client.
Evaluation scope defines the timing where this filter will be applied.
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.
serveHttp11Action
This action has no specific characteristic
The following examples apply this action to any exchanges
Force HTTP/1.1 serving for a specific host even when ServeH2 is globally enabled.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: ServeHttp11Action
View definition of ServeHttp11Action for .NET integration.
This action has no related action
What is rule file? | How to integrate rule with Fluxzy Desktop? | How to integrate rule with Fluxzy CLI?