zlacker

[parent] [thread] 0 comments
1. nilcla+(OP)[view] [source] 2012-10-18 12:30:57
It would be awesome, if the RSS feed would return CORS[1] headers. That way pure client-side JavaScript apps can retrieve it without the need of a proxy. All that is needed for this is a single static response header: "Access-Control-Allow-Origin: *"

[1]: http://www.w3.org/TR/cors/

[go to top]