Terminal

ย 

Terminal

You can intercept and modify network traffic from any terminal instance.

Steps

  1. Launch the terminal of your choice
  1. Click onย Connect appsย button and a popup modal will open. Underย Terminal processesย section click onย Setup instructionย for Terminal.
  1. Copy the command shown and paste it in terminal.
    1. . <(curl -sS localhost:7040/tpsetup)
      โš ๏ธ
      โš ๏ธ NOTE
      This command might different depending upon port availability. Checkout in Connected Apps > Terminal
      ย 
      notion image
  1. If the command succeeds, you should seeย Requestly interceptionย enabled in your terminal.
  1. Now all you requests from you Terminal should show up in the Network Traffic Tab.

Testing Proxy

  1. Go toย Network Trafficย tab in Requestly Desktop App.
  1. Now Make a curl request toย https://amiusing.requestly.io/ย using your terminal and look for that request in the network interception tab.
    1. curl https://amiusing.requestly.io/
  1. You should see the Request in theย Network Trafficย Table.