Here’s a method to get an JSON feed with ColdFusion. This will work in ColdFusion 7 and later. This is useful for avoiding cross-site scripting in Javascript/jQuery - You would simply call your remote feed on your local server, and then your jQuery would be able to call a "local" resource. Code walkthrough: Use CFHTTP …
Continue reading "ColdFusion Proxy to avoid Cross-Site Scripting"