Skip to content

Instantly share code, notes, and snippets.

@oliverm2112
Created April 19, 2013 16:56
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 oliverm2112/5421646 to your computer and use it in GitHub Desktop.
Save oliverm2112/5421646 to your computer and use it in GitHub Desktop.
CF gateway test
<cfheader name="Access-Control-Allow-Origin" value="*" />
<cfoutput>Content-Type: #GetHttpRequestData().headers['Content-Type']#</cfoutput>
<cfoutput>cgi.request_method=#cgi.request_method#</cfoutput>
<cfoutput>FORM: #serializeJSON(form)#</cfoutput>
<cfoutput>URL: #serializeJSON(url)#</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment