Quote:
Originally Posted by rnd me
that's just not true.
|
It is when the site you are trying to access doesn't allow ajax calls from other domains.
It is the site you are trying to access that has to have CORS implemented in order for cross domain ajax calls to work. Implementing it on your own site allows scripts on other sites access to your server but does not allow your scripts access to other servers.