CORS: Making the Vera Web-App Compatible

This has come up sporadically, but I would really love it if MiOS could implement Cross-Origin Resource Sharing for web developers [url=http://enable-cors.org/]http://enable-cors.org/[/url] on their fwd servers.

Front-end frameworks are only growing in popularity and this is one huge barrier (which otherwise requires users connect to a proxy server of sorts).

Security should not be an issue here as the fwd servers are https and don’t deal with cookies, and from my understanding even if they did, said cookies would not be accessible to any scripts on the other domain.