Created
April 19, 2013 16:56
-
-
Save oliverm2112/5421646 to your computer and use it in GitHub Desktop.
CF gateway test
This file contains 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
<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