Skip to content

Instantly share code, notes, and snippets.

Created March 20, 2017 20:12
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/c47395a59f1b4a92c81ac7e72a5b91c7 to your computer and use it in GitHub Desktop.
Save anonymous/c47395a59f1b4a92c81ac7e72a5b91c7 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
http url="http://snapshot.lucee.org/rest/update/provider/echoGet" {
httpparam type="url" name="myvar" value="myvalue";
}
dump(deserializeJson(cfhttp.filecontent).url);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment