DEV Community

Cover image for Video: Copy HTTP Requests from Chrome/Edge DevTools to PowerShell/cURL/Fetch
Niels Swimburger.NET ๐Ÿ”
Niels Swimburger.NET ๐Ÿ”

Posted on • Originally published at swimburger.net on

Video: Copy HTTP Requests from Chrome/Edge DevTools to PowerShell/cURL/Fetch

As we develop websites, apps, and services, we make many HTTP requests from the browser to the server. During debugging sessions, replaying HTTP requests can take a lot of manual effort. For example, filling out multiple forms to ultimately hit that submit-button or going through a long wizard.

Google Chrome and Microsoft Edge DevTools can speed up your inner loop by copying recorded HTTP requests as PowerShell, cURL, or Fetch. Check out this video to learn how to use this feature and see it in action:

If you prefer written content, check out my blog post: Copy HTTP Requests from Chrome/Edge DevTools to PowerShell/cURL/Fetch.

Top comments (0)