Wednesday, October 26, 2022

Easiest way to Test API's from DevTools to Postman

 Open the Chrome browser to the website you want to test thru Postman

Make sure you opened - DevTools[F12]

navigate to the screens, make sure the API you want to test is available in DevTools

On the DevTools, you have an option to export HAR file

Open Postman and import the HAR file, that's it  - you can see all the Network calls with request each


its as simple as this - Thanks to Postman for supporting HAR files

No comments:

Post a Comment