Steps
Open Connected Apps
Go to the Requestly desktop app and click on the Connect apps button. A popup modal will appear.
Locate Terminal Processes
In the popup modal, navigate to the Terminal processes section. Click on Setup instruction for Terminal.
Copy the Setup Command
You will see a command displayed in the setup instructions. Copy the command. It will look something like this:
<(curl -sS localhost:7040/tpsetup)
Note: This command might be different depending upon port availability. Checkout in Connected Apps > Terminal
Run the Command in Terminal
Open the terminal where you will start your Node.js server and paste the copied command. Press Enter to execute it.
If the command runs successfully, you should see a confirmation message in your terminal indicating that Requestly interception is enabled.
Testing Proxy
- Go to
Network Traffic
tab in Requestly Desktop App.
- Now Make a curl request to https://amiusing.requestly.io/ using your terminal and look for that request in the Requestly Network Interceptor.
curl https://amiusing.requestly.io/
-
You should see the Request in the
Network Traffic
Table.