Select request sending 'multipart/form-data' or 'application/x-www-form-urlencoded' body. Filtering is made by inspecting value of Content-Type
header
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
formRequestFilter
This filter has no specific characteristic
The following table describes the customizable properties available for this filter:
Property | Type | Description | DefaultValue |
---|---|---|---|
inverted | boolean | Negate the filter result | false |
The following examples apply a comment to the filtered exchange
Retains exchanges having POST as method OR request to the host example.com.
rules:
- filter:
typeKind: FilterCollection
children:
- typeKind: PostFilter
- typeKind: HostFilter
pattern: example.com
operation: Exact
actions:
- typeKind: ApplyCommentAction
comment: filter was applied
View definition of FormRequestFilter for .NET integration.
This filter has no related filter