Posts

Showing posts from March, 2022

How to Convert Network Tab request to Postman

Image
 How to convert network tab request to Postman with all the headers and input parameters Follow below steps:  Step1: Open the network tab in developer tool and right click the request Step2: Choose Copy -> Copy as cURL(bash) Step3: Open Postman and Choose import -> raw text and paste the content