![]() |
|
|
|
|
Introduction to Cross-Domain AjaxAbstract: AFAIK, the cross-domain Ajax calls are prohibited on the browser level due to the security reason. What to do if you really need to use the different source for Ajax response? This article is a great overview of the available tips and tricks. What's this all about?First, lets talk about the problem for a bit. It goes by the name same origin policy, and this explanation from mozilla.org is typical:
This means that it is largely impossible to load scripts from one domain into another. For example, the following are prohibited:
|