Skip to content
Farooq Khan
Systems · Product · Writing
Home
Journal
Projects
Learning
Gallery
Tools
Utility platform
All tools
SSH, SCP & rsync builder
curl / wget builder
CSV quick look
Navigate
Ctrl K
Line map
Choose a stop
Home
Journal
Projects
Learning
Gallery
Utility platform
Tools
All tools
SSH, SCP & rsync builder
curl / wget builder
CSV quick look
Search site
All tools
curl / wget Command Builder
Assemble an HTTP request in a few stops.
Saved request
Default request
Name
Request setup
Tool
curl
The everyday HTTP client: methods, bodies, auth, and multipart uploads.
wget
Download-focused: follows redirects by default and saves to disk.
Method
GET
POST
PUT
PATCH
DELETE
HEAD
URL
Headers & query params
Headers
Name 1
Value
Add header
Query params (URL-encoded for you)
Add query param
Auth
No auth
Send the request as-is.
Basic auth
Username and password over HTTP basic.
Bearer token
Authorization: Bearer header.
Body
None
No request body.
JSON
Raw JSON with Content-Type set.
Form
URL-encoded form fields.
Multipart
File-style multipart form (curl only).
Raw
Send text exactly as typed.
Common switches
Follow redirects
Show response headers
Compressed
Silent
Verbose
Fail on HTTP error
Skip TLS verification
Delivery & identity
Save response to file
Timeout (seconds)
Retries
User agent
Cookies