Add a basic authentication (RFC 7617) to incoming exchanges with an username and a password
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
addBasicAuthenticationAction
The following table describes the customizable properties available for this action:
Property | Type | Description | DefaultValue |
---|---|---|---|
username | string | ||
password | string |
The following examples apply this action to any exchanges
Add a basic authentication with username lilou
and password multipass
.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: AddBasicAuthenticationAction
username: lilou
password: multipass
View definition of AddBasicAuthenticationAction for .NET integration.
This action has no related action