The Network Table is the heart of Requestly’s Desktop App; here you can monitor, inspect, and manage all intercepted network traffic. It’s packed with powerful features to help you debug with ease. Here's a quick overview of its key components:
-
Traffic Table - Displays all intercepted requests and responses with key details like URL, status, and time.
-
Export HAR button - Export captured network traffic as a HAR file for analysis or sharing.
-
Save Session Button - Save the current network session for future debugging or comparison.
-
Request / Response Details - Show detailed headers, payloads, and cookies for selected requests or responses.
-
Search and Filter options - Quickly find traffic entries using search keywords or advanced filters.
-
Clear Logs or Pause Button - Clears logs or pauses traffic capture to reduce noise and focus.
-
App and Domains Filter - Filters traffic by specific apps or domains for focused analysis.
Filtering Traffic
Use the filter option to find a set of particular requests from hundreds of intercepted requests. There are 4 types of filters available as follows:
-
URL: Filter requests by using string search on the URL of the request.
-
Method: Filter by HTTP methods such as: GET, POST, PUT, PATCH, or DELETE.
-
Status Code: Narrow down by response status codes, including 1XX (Informational), 2XX (Success), 3XX (Redirection), 4XX (Client Errors), and 5XX (Server Errors).
-
Resource Type: Focus on specific resource types like HTML, JSON, JavaScript, CSS, Images, Media (Audio and Video), FormData, or Fonts.
Network Modification
One of Requestly’s most powerful capabilities is network modification, allowing you to dynamically alter requests and responses in real time. This feature helps in debugging, testing, and even bypassing certain network constraints. Here’s how you can modify network traffic:
Right Click on a Request
Right-click on any network request in the Requestly Network Interceptor.
Select the Rule Type
Choose the rule you want to create from the available options.
Configure the Rule
Fill in the necessary details for modification in the Rule Editor Modal
Create the Rule
Click on the Create Rule button at the top-right corner of the Rule Editor Modal
Testing Modification
Now when the same request is triggered again, the request will be highlighted. This indicates that the Requestly Rule is applied on the request.
These modification tools provide developers with greater control over their network traffic, enabling deeper debugging and customization without needing backend changes.