thinkbuildblog

Tag Archives: CORS

Cross-domain Ajax, part 2: Using cross-origin resource sharing

Posted by Tariq Chaudhry

In my last post I gave an example of how JSON-P can provide a solution to the restrictions that the same-origin policy places on asynchronous requests.  In the event when a developer wants to place an AJAX call between two different domains that she owns, JSON-P will allow this, but what if I want to allow others to access my content using AJAX? (more…)