MSNCodeSNIPPETS← msncode.dev
snippets/curl

Save Response Headers

Dump response headers to a file

curlbashheaderdump
BASH
curl -D headers.txt https://example.com -o output.html

More curl snippets

Download File with Progress

Download a file and show progress bar

Follow Redirects

Automatically follow HTTP redirects

POST JSON with curl

Send a POST request with JSON body

Set Custom Headers

Add authorization or custom headers