Forward request to a specific URL. This action makes fluxzy act as a reverse proxy. Unlike SpoofDnsAction, host header is automatically set and protocol switch is supported (http to https, http/1.1 to h2, ...). The URL must be an absolute path.
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
forwardAction
The following table describes the customizable properties available for this action:
| Property | Type | Description | DefaultValue |
|---|---|---|---|
| url | string |
The following examples apply this action to any exchanges
Forward any request to https://www.example.com.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: ForwardAction
url: https://www.example.com
View definition of ForwardAction for .NET integration.
The following actions are related to this action:
What is rule file? | How to integrate rule with Fluxzy Desktop? | How to integrate rule with Fluxzy CLI?