🐚
Estudio cURL
Privacidad primeroEdita y prueba comandos cURL.
Generator Input
Structured Output
{}
Generated Command
curl ...
Common Flags
| Flag | Description | Example |
|---|---|---|
-X | HTTP method | -X POST |
-H | Add header | -H "Content-Type: application/json" |
-d | Request body | -d '{"key":"val"}' |
-o | Output to file | -o response.json |
-v | Verbose output | Show headers |
-k | Skip TLS verification | — |
-L | Follow redirects | — |
-s | Silent mode | No progress |
Authentication
| Flag | Type |
|---|---|
-u user:pass | Basic auth |
-H "Authorization: Bearer TOKEN" | Bearer token |
--cert file.pem | Client certificate |