Answers for "curl to postman"

PHP
16

curl post request

curl -d "user=user1&pass=abcd" -X POST https://example.com/login
Posted by: Guest on May-22-2020
2

can i send curl request inside postman

inside postman on right side panel there last second option is of code where you
can see the curl request for the postman request sent
Posted by: Guest on February-09-2021
2

how to import curl in postman

Click import
Select Raw Text
Than Paste the curl command
Lastly click send request to post
Posted by: Guest on January-13-2021
0

how to generate curl command from postman

Click the Code button on the right
And copy the curl command
Posted by: Guest on January-13-2021

Browse Popular Code Answers by Language