How to bypass the JavaScript (AJAX) Same Origin Policy
February 28th, 2009
7 comments
Due to a security feature it is not allowed to make cross domain calls within JavaScript. There are several ways to bypass this limitation. One of the best solutions in my opinion is to use a small flash file which makes these calls for you since Flash is able to make cross domain calls (requires a crossdomain.xml on the destination server).