Tag: Ajax CORS Cross-Domain

Using CORS for Cross-Domain Ajax Requests

When building complex client-side applications, at some point it usually becomes necessary to make Ajax requests to domains other than the one from which your page originated.  This is especially true if you are part of a large enterprise with distributed sub-domained resources.  Up until recently, this had not been possible due to browser-enforced, same-origin […]