Add Authorization Basic to the request 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
addAuthorizationBasicAction
The following table describes the customizable properties available for this action:
| Property | Type | Description | DefaultValue |
|---|---|---|---|
| password | string | ||
| user | string |
The following examples apply this action to any exchanges
Add Authorization Basic to the request header.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: AddAuthorizationBasicAction
password: password
user: username
View definition of AddAuthorizationBasicAction for .NET integration.
This action has no related action