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
Â
Inspect Traffic
Inspecting network traffic from browser developer tools allow you to see the requests and responses between your browser and the web server.
You can see all the network requests initiated by the browser and the corresponding responses from the web server. Use this information to debug issues related to network requests, such as slow loading times, missing resources, or failed requests. This includes information such as:
- URL of the requested resource
- HTTP method (e.g. GET, POST, etc.) used for the request
- Request and response headers
- Request and response payloads
- HTTP status code of the response
👉 Using Desktop App
Here's how you can useÂ
Network Traffic
 table to inspect network requests and responses in your app: - Open Requestly desktop app
- Click onÂ
Connect apps
 button as shown below
- Select your preferred system app.
For example, lets open a new Chrome browser instance.
- Your network traffic table will now get populated with network requests and responses as you visit any page on your selected system app.
👉 Using Browser Extension
Following the below steps to inspect network traffic in developer tools of your browser.
- Go to the page whose network traffic you want to inspect.
- PressÂ
F12
 orÂCmd+Shift+C
 /ÂCtrl+Shift+C
 to open the developer tools.
NOTE
Set up a shortcut in the Settings to open the dev tools, or alternatively, it can be opened by right-clicking and selecting Inspect Element.
- Switch to the Network tab.
- Reload the page to see all the network requests and responses that occured on the page.
- Filter the list based onÂ
Status Codes
,ÂURL
, and the predefinedÂfilters
 based on the type of network request or response like: - Fetch/XHR
- JS
- CSS
- Img
- You can analyze the each network request details by inspecting the details such as the URL, HTTP method, request and response headers, response payload, timing information, and more.
Â