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
Â
NodeJS
You can intercept and modify network traffic from any terminal instance.
Steps
- Click onÂ
Connect apps
 button and a popup modal will open. UnderÂTerminal processes
 section, click onÂSetup instruction
 for Terminal.
- Copy the command shown and paste it in terminal where you will start your NodeJs server from.
. <(curl -sS localhost:7040/tpsetup)
Note: This command might different depending upon port availability. Checkout in Connected Apps > Terminal
- If the command succeeds, you should seeÂ
Requestly interception
 enabled in your terminal.
- Now all you requests from you NodeJS server should show up in theÂ
Network Traffic
 Tab.
Â
⚠️ CAUTION
https requests in axios might not show up properly in Network Traffic tab due to the way axios handles HTTPS requests. But the actual request will work properly in your code as expected.
Checkout Github Issue for more explanation and quick hack on how to apply rules on these requests.
Â