Use an upstream proxy.
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.
upStreamProxyAction
The following table describes the customizable properties available for this action:
Property | Type | Description | DefaultValue |
---|---|---|---|
host | string | ||
port | int32 | 0 | |
proxyAuthorizationHeader | string |
The following examples apply this action to any exchanges
Use an upstream proxy to 192.168.1.9 on port 8080.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: UpStreamProxyAction
host: 192.168.1.9
port: 8080
Use an upstream proxy to 192.168.1.9 on port 8080 with basic auth login: leeloo , password: multipass.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: UpStreamProxyAction
host: 192.168.1.9
port: 8080
proxyAuthorizationHeader: Basic bGVlbG9vOm11bHRpcGFzcw==
View definition of UpStreamProxyAction for .NET integration.
This action has no related action