Curl

Format: name=value or name1=value1; name2=value2

© 2025 Luka Uzel — Open sourced under the MIT License.

loCode V1.0.0 built with ❤️ using Symfony, Alpine.js, Bootstrap and Docker

Wed. 1 July 2026 00:04

Help

cURL Generator

Generate a cURL command with the desired URL, HTTP method, and optional POST data.

URL

Enter the URL for the cURL command.

HTTP Method

Select the HTTP method to use for the cURL command (e.g., GET, POST, PUT, DELETE).

POST Data

If the POST method is selected, enter the data to be sent in the request body.

Cookies

Enable and enter cookies to send with the request. Use format: name=value or name1=value1; name2=value2