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.
- Download
curl_to_dd.html
. - Open it in your browser.
- Paste in your cURL command.
- Click Convert.
Might incorporate similar functionality into the Action Builder at some point, but this is here for now.