allow-any-origin.appspot.com

What is this?

Adds "Access-Control-Allow-Origin: *" in the response header to everywhere.

How To Use

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

Restrictions

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.

Live Demo

Link

hidekiy blog: XMLHttpRequest Level 2 時代のクロスドメインリクエスト Proxy

Author

Hideki Yamamura (@hidekiy)

powered by Google App Engine