Cross-domain AJAX Requests
20/07/2009In a perfect world cross-browser AJAX requests would just work, unfortunately they do not. Attempting to request remote files with AJAX will cause errors in the script and can be a pretty big hurdle in some cases and can be very frustrating. However, there are a few things that I have come across, in looking for a solution to this, that I would like to share.
Comments are closed.