Import API from Chrome devtools into Postman
Go to the target websit and enable Chrome devtools via F12 key or Ctrl+Shif+i
Click Network tab
After login, find the login api and right click on it > Copy > Copy as cURL (Bash)
Launch Postman and go to Collection view. Click Import button.
Paste the data you just copied from Chrome
Save to the collection.
Now you can try to modify the parameter of the API or import more API into the collection.
Comments
Post a Comment