addAuthorizationBasicAction

Description

Add Authorization Basic to the request header.

Evaluation scope

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

YAML configuration name

addAuthorizationBasicAction

Settings

The following table describes the customizable properties available for this action:

Property Type Description DefaultValue
password string
user string

Example of usage

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

.NET reference

View definition of AddAuthorizationBasicAction for .NET integration.

See also

This action has no related action


Go back to list