Request Builder
Target shell
bash / zsh (macOS, Linux)
Windows CMD
PowerShell
Single line (any shell)
Common flags
-sS — silent, but show errors
Hides the progress meter without hiding failures. The right pair for scripts.
-i — include response headers
-v — verbose, show the handshake
The first thing to reach for when a request fails mysteriously.
-L — follow redirects
-f — fail on HTTP errors
Returns a non-zero exit code on 4xx/5xx instead of printing the error body.
--compressed — request gzip
-w — print timing breakdown
DNS, connect, TLS and total time. Excellent for latency triage.
-o — write body to a file
Output file
Timeout (seconds)
Retries
Security
Read the token from an environment variable
Keeps the secret out of your shell history and out of any snippet you paste.
curl Command
Command
Raw HTTP
Flag reference
request.sh
Copy
Download