DEV Community

Cover image for Network Console - a Microsoft Edge feature with lots of potential
Elio Struyf
Elio Struyf

Posted on

1 1

Network Console - a Microsoft Edge feature with lots of potential

For a long time, I loved using Postman for API testing. Ever since the Chrome apps got deprecated, the experience was not the same anymore.

Since then, I have been using Charles, Insomnia, and some other tools.

This week I discovered an experimental feature in Microsoft Edge which allows you to edit and replay API calls from within the browser. The feature is called network console, and you need to activate it currently under the experimental features of the DevTools.

Alt Text

Once you activate this experimental feature, refresh your page, and right-click on an API call. This should make the edit and replay available, which opens the new network console.

Alt Text

This will be your new playground for API testing:

Alt Text

Info: Personally, this is a splendid feature because you do not have to take care of auth. All tokens/cookies/headers are already added to the API call, so all you need to do is start testing and changing your parameters.

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay