Core Concepts
How matching works
Matching is deterministic and uses these inputs in order.
Inputs
- HTTP method
- Normalized path (for example, /users and /users/ are treated the same)
- Query rules, based on query mode
Query modes
NONE
Any query string matches.
EXACT
The full query string must match exactly.
CONTAINS
Required key/value pairs must exist.
Matching settings
Screenshot placeholder
Placeholder screenshot of method/path inputs and query matching mode options.