cURL Validator

Parse, validate, and analyze cURL commands to understand HTTP requests in detail.

cURL Command

Supported cURL Options

Request Options

-X, --requestHTTP method
-H, --headerRequest headers
-d, --dataRequest body data

Data Options

--data-rawRaw data
--data-binaryBinary data
URLTarget URL with query params

Parse and understand cURL commands

Extract HTTP method, headers, URL, query parameters, and request body from cURL commands.

All parsing happens locally in your browser

Your cURL commands are processed securely without being sent to any server.