Adds 'Access-Control-Allow-Origin: *' header to everywhere we can access.
Please get these urls via XMLHttpRequest (level 2)
Available browsers: Firefox 3.5+, Chrome 3+, and Safari 4+
(Note: IE 8+ has XDomainRequest instead of XMLHttpRequest)
Request examples:
http://allow-any-origin.appspot.com/http://news.google.com/news?ned=us&topic=h&output=rss
http://allow-any-origin.appspot.com/http://api.flickr.com/services/feeds/photos_public.gne
You can only use a GET method. A POST method isn't implemented yet.
Response body is up to 1MB.
Response timeout is about 30 seconds.
404 Blog Not Found:Ajax - Goodbye, JSONP. Hello, Access-Control-Allow-Origin
NetAgent Official Blog : IE8+jQueryによるクロスドメイン通信とXDomainRequestラッパーの作成
hidekiy blog: [xhr] XMLHttpRequest Level 2時代のクロスドメインリクエストProxy