
Making cross domain JavaScript requests using XMLHttpRequest or XDomainRequest
As the web moves forward technology allows us to do new things. In the past browsers would not allow you to make a request from one domain to another domain e.g. http://www.leggetter.co.uk making a request to http://kwwika.com. But now we have the Access-Control-Allow-Origin response header which a server can sent to permit a cross domain request using JavaScript. In this article I provide the details on how to achive such a cross domain request using JavaScript.
More
Support this project and others with 1-click micro-donations