Security Tools

📡 HTTP Request Builder

Build custom HTTP requests: method, headers, body and auth. Generates the equivalent curl command ready to copy.

cURL (Ready to copy)
curl -s -i "https://api.target.com/v1/users"

Frequently asked questions

What does the HTTP Builder do?
It builds custom HTTP requests (method, headers, body) and generates the equivalent curl command.
Does it send the request?
It generates the curl for you to run; handy for testing APIs or preparing Burp-style tests.
Is anything uploaded?
No, it is built in the browser.