Pin the upstream connection to the originating client connection. Required for connection-oriented authentication (NTLM, Negotiate/Kerberos) to work through the proxy. Pinned exchanges always use HTTP/1.1 upstream.
Evaluation scope defines the timing where this filter will be applied.
requestHeaderReceivedFromClient This scope occurs the moment fluxzy parsed the request header receiveid from client
pinUpstreamConnectionAction
This action has no specific characteristic
The following examples apply this action to any exchanges
Pin the upstream connection to the originating client connection. Required for connection-oriented authentication (NTLM, Negotiate/Kerberos) to work through the proxy. Pinned exchanges always use HTTP/1.1 upstream.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: PinUpstreamConnectionAction
View definition of PinUpstreamConnectionAction for .NET integration.
This action has no related action