Just wondering if anyone, like me, is trying to access the REST API from a browser application (i.e. making AJAX calls)? It would seem this will only work if I put my app in the activiti-rest webapp due to the old cross-origin scripting problem but I wanted to check that I have not missed something.
We do this as well from a JavaScript application. One way to solve it is using the same application as the REST application or create a proxy. We also have JSONP support in the REST API by default, so that's a possibility as well.