Overview

Learn how to use Requestly’s HTTP Interceptor to debug, analyze, and modify HTTP requests in real-time. Configure it for browsers, mobile, Node.js, and systemwide setups.


Whether you’re a developer, QA engineer, or anyone working with HTTP requests and APIs, Requestly can help you intercept and analyze network traffic in real-time. This makes debugging issues or testing changes easier without touching the code.

How does Requestly Interceptor work?

Requestly HTTP interceptor is a web proxy that runs on your computer. By routing network requests through Requestly, you can intercept all the network traffic made by the browser or your application.

Reading and modifying any web request and response opens up a world of possibilities for debugging and analyzing your application. You can:

  • Pinpoint Issues: Identify network errors, slow responses, or missing resources.

  • Test Edge Cases: Simulate server errors or unexpected payloads.

  • Inject Mock Data: Replace live responses with custom data.

  • Optimize APIs: Refine requests to enhance performance.

Configure HTTP Interceptor

Requestly’s HTTP interceptor can be used with various applications and devices, Explore these guides to learn how to set it up for your specific needs.

  • Browsers - Configure Requestly with popular web browsers like Chrome, Firefox, Edge, etc

  • Android devices - Intercept Traffic from your Android smartphones and tablets.

  • Android emulator - Configure Android emulators in Android Studio.

  • iOS Devices - Set up your iPhones and iPads to intercept their traffic

  • iOS Emulator - Use Requestly with iOS simulators in Xcode.

  • Node.js - Integrate Requestly with Node.js applications to debug server-side network requests and responses during development or testing

  • Terminal - Use Requestly with command-line tools or scripts to intercept and manipulate HTTP requests for automation and debugging.

  • Systemwide proxy - Configure Requestly as a systemwide proxy to capture and manipulate traffic across all applications and devices connected to your network.

After you set up your desired application to Requestly’s proxy you can easily view all the network requests and responses in the network table.

Updated on