rejectAction

Description

Block the request and return HTTP 403 Forbidden response. Use this action to explicitly deny access to specific resources. This is a simple blocking action with no configuration required.

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

rejectAction

Settings

This action has no specific characteristic

Example of usage

The following examples apply this action to any exchanges

Block access to a specific domain.

rules:
- filter:
    typeKind: AnyFilter
  actions:
  - typeKind: RejectAction

.NET reference

View definition of RejectAction for .NET integration.

See also

The following actions are related to this action:


What is rule file? | How to integrate rule with Fluxzy Desktop? | How to integrate rule with Fluxzy CLI?


Go back to list