Modify Query Params

Category
HTTP Rules (Modify Traffic)
API Client
FAQ
File Server
Getting Started
Guides
HTTP Rules (Modify Traffic)
Inspect Traffic
Installation
Mock Server
New Section
Public API
Sessions Replay
Setup
TroubleShooting
Workspace
Getting Started
Installation
Setup
Inspect Traffic
API Client
HTTP Rules (Modify Traffic)
Mock Server
File Server
Workspace
Public API
Sessions Replay
FAQ
Guides
New Section
TroubleShooting
ย 

Modify Query Params

Using Requestly, you can modify the query params that are send to the server. Youย Addย a new query param,ย changeย the value of the existing param orย removeย all/specific query param from the URL.
notion image
  1. Source Condition:ย Source condition is where you set criteria for the rules. You can useย URL,ย Hostย orย Pathย withย Regex,ย Contains,ย Wildcardย orย Equalsย to match the source request. Learn more about source conditionsย here.
  1. Param Modification:ย You can perform query param modification here. You canย Add,ย Remove,ย Overrideย the query params of the matched URL.
  1. Source Filters:ย You can define better targeting conditions and restrict rules to be applied on specific webpages (or domains), request types, request methods, or request payload. Learn more about source filtersย here.

Popular Use Cases

  • Remove UTM tracking parameters.
  • Using query params, you can burst cache for a request by assigning it a newer version.
  • Sending additional Information to some API calls to inform your backend & database that this is internal testing.
ย