<a href="http://www.iacons.net" title="">Home</a> → <a href="http://www.iacons.net/writing">Writing</a> → <a href="http://www.iacons.net/writing/archive">Archive</a> → Web Development

AJAX Cross Domain Proxy

It is well known that cross domain AJAX requests (XMLHTTPRequest) are not permitted due to security reasons. Numerous workarounds exist such as cross domain JSON and Flash but some of them are not suitable for every single case. For instance, cross domain JSON assumes that remote server is able not only to serve JSON but to include [...]