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…