Convert cURL to ColdFusion

Generate ColdFusion `cfhttp` tags or script syntax from cURL commands.

COLDFUSION
1// Converted code will appear here

ColdFusion provides the `cfhttp` tag for making HTTP requests. This tool converts your cURL command into the equivalent `cfhttp` implementation.

Frequently Asked Questions