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