Jsonp for http request output format

I wondered if output format “jsonp” will be ever implemented in Vera controllers so it will allow sending cross-site AJAX requests. Currently this cannot be done because of Browser Same Origin Policy for scripts. There is a workaround - send ajax requests to server side where server will be sending them directly to vera controller & back to webpage. But this is not as efficient & requires to write much more code.

Just wanted to hear a comment from vera…

Hello,

We won’t be implementing the jsonp format soon in our UI, because we already use a form of the workaround you specified in the second part of your post, a secured proxy script that enables us to make cross domain requests.

Hope this clears some things out.

Regards,
Claudiu