proxy_test_rule_match
Test which interception rules match a request, with per-field pass/fail diagnostics and the winning rule by priority.
Instructions
Test which interception rules would match a request, with detailed per-field pass/fail diagnostics and effective winner by priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | simulate: test a synthetic request, exchange: test an existing captured exchange | simulate |
| request | No | Synthetic request (required when mode=simulate) | |
| exchange_id | No | Exchange ID from proxy_list_traffic (required when mode=exchange) | |
| include_disabled | No | Include disabled rules in diagnostics (default: true); disabled rules never win | |
| limit_rules | No | Optional limit on number of priority-sorted rules evaluated |