Skip to content

cURL

curl is used in command lines or scripts to transfer data.

Usage

HTTP AUTH

To fetch a website that requires authentication, use

curl -u username:password [url]