Hello everyone,
I am new to Alfresco and just started to learn about the Alfresco SDK 2.0 beta. What I want to do is to build a restful webservice with aikau and it's widget technology.
On the alfresco repository AMP I created already a service which can take Json files and handles them. I have a GET method which works fine with the browser to get JSON files and a POST method handler which also works fine with the chrome extension postman.
The problem I have is with Aikau/dojo which always tell me that it can not get any JSON files from the repository because of this Problem.
" No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. "
How can I solve this problem? I mean it has something to do with authentication but I am not sure where I have to tweak it.
thanks in advance