Skip to content

Instantly share code, notes, and snippets.

@zspitzer
Created June 23, 2017 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zspitzer/f02daacd722a56353c523278d96f6d12 to your computer and use it in GitHub Desktop.
Save zspitzer/f02daacd722a56353c523278d96f6d12 to your computer and use it in GitHub Desktop.
Test for cfhttp against wikipedia
<Cftry>
<cfhttp
url = "https://upload.wikimedia.org/wikipedia/en/2/25/Channel_digital_image_CMYK_color.jpg"
result = "result">
</cfhttp>
<cfcatch type="any">
<cfdump var="#cfcatch#">
</cfcatch>
</Cftry>
<Cfdump var="#result#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment