UI | Description |
---|---|
Apply deny rules to path segments | If enabled each path segment is interpreted as a separate parameter value and the deny rules for parameter values are applied to it. Each parameter value will be assigned to a generic parameter name derived from its position in the path: For mappings found by path matching, all non-matching path segments will be interpreted as parameter values. For mappings found by regex matching, all path segments will be interpreted as parameter values.
A request to "/auth-admin/rest/users/17/lock/" with entry path "/auth-admin/rest/" leads to the generation and verification of the following parameters:
The same request as in Example 1 with an entry path regex |
Treat JSON objects as parameters | If enabled, Airlock Gateway parses JSON objects in requests and filters JSON attributes with allow rules and deny rules (see JSON parsing and filtering for details). |