Getting Started
Getting Started
Installation
Installation
HTTP Rules (Modify Traffic)
HTTP Rules (Modify Traffic)
Overview
Redirect URL (Map Local, Map Remote)
Replace Strings (Switch Hosts, API Endpoints)
Modify Headers
Modify Request Body
Modify Response Body
Modify Query Params
Modify Cookies
Modify DOM/Inject scripts
Modify User Agents
Delay Request
Cancel Rule
Organizing Rule
Import/Export Rules from File
Pause/Resume Requestly
Rule Operators
Advance Targeting
Sharing Rules
Map Local
Map Remote
Pinning Rules
GraphQL Support
Edit and Replay
Import Setting from Charles Proxy
Test URL Condition
Test this Rule
File Server
File Server
Sessions Replay
Sessions Replay
Getting Started
Getting Started
Installation
Installation
HTTP Rules (Modify Traffic)
HTTP Rules (Modify Traffic)
Overview
Redirect URL (Map Local, Map Remote)
Replace Strings (Switch Hosts, API Endpoints)
Modify Headers
Modify Request Body
Modify Response Body
Modify Query Params
Modify Cookies
Modify DOM/Inject scripts
Modify User Agents
Delay Request
Cancel Rule
Organizing Rule
Import/Export Rules from File
Pause/Resume Requestly
Rule Operators
Advance Targeting
Sharing Rules
Map Local
Map Remote
Pinning Rules
GraphQL Support
Edit and Replay
Import Setting from Charles Proxy
Test URL Condition
Test this Rule
File Server
File Server
Â
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.- 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.
- Param Modification:Â You can perform query param modification here. You canÂ
Add
,ÂRemove
,ÂOverride
 the query params of the matched URL.
- 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.
Â