Skip to Main Content
Core Concepts

How matching works

Matching is deterministic and uses these inputs in order.

Inputs

  1. HTTP method
  2. Normalized path (for example, /users and /users/ are treated the same)
  3. 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.