Category Archives: command line

curl as postman cli

curl could be used as POSTMan CLI.

for PDF downloading restful API, curl actions better that postman

1
curl -v -X GET -u username:password https://<url>