Skip to content

Instantly share code, notes, and snippets.

Created July 26, 2016 07:14
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 anonymous/d364d0ff3fd0497c6a5bab5021f7d8cc to your computer and use it in GitHub Desktop.
Save anonymous/d364d0ff3fd0497c6a5bab5021f7d8cc to your computer and use it in GitHub Desktop.
TryCF Gist
<cfhttp url="http://httpbin.org/post" method="post" result="emailPost">
<cfhttpparam type="header" name="Content-Type" value="application/json">
<cfhttpparam type="body" value='{"name":"John Dupré"}'>
</cfhttp>
<cfdump var="#emailPost#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment