Section – Basic Call Verification
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. Example 1
Example 2
|
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). |