Answers for "convert request to curl"

PHP
16

curl post request

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

curl get example

curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://hostname/resource
Posted by: Guest on July-01-2020
2

postman export curl command

Click the Code button (it's right below Save).
Select curl from the drop-down menu.
Posted by: Guest on May-14-2020
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