MSNCodeSNIPPETS← msncode.dev
snippets/curl

Follow Redirects

Automatically follow HTTP redirects

curlbashredirectfollow
BASH
curl -L https://example.com

More curl snippets

Download File with Progress

Download a file and show progress bar

POST JSON with curl

Send a POST request with JSON body

Save Response Headers

Dump response headers to a file

Set Custom Headers

Add authorization or custom headers