DEV Community

Cover image for Browser request interceptor
Le Vuong
Le Vuong

Posted on • Edited on

1

Browser request interceptor

Want to learn how a website works, debug web requests, or see how a server responds when you modify a request? You can do all of this by intercepting web requests, redirecting them, inspecting their content, making changes, and sending.

A browser extension can help streamline this process.

You can also inspect browser requests using built-in developer tools, allowing you to copy, modify, and send requests manually through the developer console. However, using browser extensions simplifies and automates these tasks.

Below are some browser interceptor extensions for your reference:

Top comments (2)

Collapse
 
nl8gh profile image
nl8 • Edited

For Chrome I'd suggest using inssman to start. (free & open source)

However, those with serious intentions, I recommend stop wastig time on the wrong things using the wrong tools and give requestly a try. (Its free for personal use + public repo on GH)

Why considering to use an extension/app at all:

  1. Blocking, redirecting, modifying network requests from within DevTools, require devtools to be open (detached or not).
  2. DevTools != DevTools || Chrome != Edge ...
  3. DRY

Good to know:
requestly also offers an macOS Desktop App hooking into Safari (there is no other way to achieve the same with a Safari browser extension due to secrutiy measures).

Collapse
 
patfinder profile image
Le Vuong

These tools sound very interesting. Given the phenomenal number of requests per second on the internet today, I believe creating tools like these is absolutely the right approach.

Thank you for sharing!

Image of AssemblyAI

Automatic Speech Recognition with AssemblyAI

Experience near-human accuracy, low-latency performance, and advanced Speech AI capabilities with AssemblyAI's Speech-to-Text API. Sign up today and get $50 in API credit. No credit card required.

Try the API

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay