Skip to content

Query parameters

Query parameter rules modify the query string of matching requests.

  • Add missing configured parameters.
  • Replace all existing values for configured parameter names.
  • Preserve unrelated parameters, the scheme, authority, path, and fragment.
  • Only the named parameters are touched; everything else in the URL is left intact.
  • Test the resulting query URL with the offline dry-run.