Change request uri path. This action alters only the path of the request. Request path includes query string.
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
changeRequestPathAction
The following table describes the customizable properties available for this action:
Property | Type | Description | DefaultValue |
---|---|---|---|
newPath | string |
The following examples apply this action to any exchanges
Change request path to /hello
.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: ChangeRequestPathAction
newPath: /hello
View definition of ChangeRequestPathAction for .NET integration.
The following actions are related to this action: