Created
June 23, 2017 05:01
-
-
Save zspitzer/f02daacd722a56353c523278d96f6d12 to your computer and use it in GitHub Desktop.
Test for cfhttp against wikipedia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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