Back to search

curl

command network

Transfer data from or to a server

Options

e.g. 'Content-Type: application/json', 'Authorization: Bearer TOKEN'

user:password

Allow connections to SSL sites without certs (not for production)

Maximum time allowed for connection

Use the specified proxy (e.g. http://proxy:8080)

Send cookies from string or file (e.g. 'name=value' or cookies.txt)

Write cookies to this file after operation

Write output to a file named as the remote file

Fetch the headers only (HTTP HEAD request)

Format string for output (e.g. %{http_code}, %{time_total})

Request a compressed response and automatically decompress

Specify the User-Agent string to send

Specify the Referer URL

Generated Command

curl -L ''

Related