CURL

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Using CURL to test API's

important command options

-k Allows a self signed certificate to be used.
-u username:password uses basic authentication.
-v will return verbose data

Example use

curl -k -u admin:password https://some_api_url