PETERZSIGMOND.DEV
GitHub

Commands

A collection of shell commands for IT people

Shell >

Curl

Send a request

curl Options URL
curl -X POST -H 'Content-Type: application/json' -d '{"name":"value"}' https://echo.zuplo.io
-u username (basic auth)
-k: insecure (no SSL verification)
-o output.txt
--head: response headers only
-X method
-H header
-d data
-v: verbose