Skip to content

Files

Latest commit

c874b77 · Oct 7, 2024

History

History

curl-converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 7, 2024
Oct 7, 2024

cURL to httpRequest Converter

This utility helps convert cURL commands to Doc Detective httpRequest steps. It's a barebones tool, but it works well, identifying URLs, methods, headers, and request body objects. For now, it keeps query parameters as part of the URL.

Note: It doesn't do any validation.

  1. Download curl_to_dd.html.
  2. Open it in your browser.
  3. Paste in your cURL command.
  4. Click Convert.

Might incorporate similar functionality into the Action Builder at some point, but this is here for now.