Curl
Options
Options
-o <file> # --output: write to file
-u user:pass # --user: Authentication-v # --verbose
-vv # Even more verbose
-s # --silent-i # --include: Include the HTTP-header in the output
-I # --head: headers onlyRequest
-X POST # --request
-L # follow link if page redirects Data
-d 'data' # --data: HTTP post data, URL encoded (eg, status="Hello")
-d @file # --data via file
-G # --get: send -d data via getHeaders
SSL
Examples
{: .-one-column}
Last updated
Was this helpful?