Adds "Access-Control-Allow-Origin: *" in the response header to everywhere.
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
You can only request by GET method. Other methods like POST aren't implemented.
Response body size is up to 1MB.
Response timeout is around 30 seconds.
hidekiy blog: XMLHttpRequest Level 2 時代のクロスドメインリクエスト Proxy