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 defines the timing where this filter will be applied.
requestHeaderReceivedFromClient This scope occurs the moment fluxzy parsed the request header receiveid from client
rejectAction
This action has no specific characteristic
The following examples apply this action to any exchanges
Block access to a specific domain.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: RejectAction
View definition of RejectAction for .NET integration.
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?