I am deploying an test at cloudbees and put strategy to
AuthenticationSessionStrategyTrusted in web.xml
No problem direct access through browser. But with Angular.JS I get 'status:
cancelled' in Chrome under network and no results.�
Any Idea?
In app.js I use the following method. That one works fine for other service...
function ISISwww($scope, $http) {
$http({
method: "GET",
url: 'http://isisprutsapp.johandoornenbal.eu.cloudbees.net/restful/'
}).
� � success(function(isisdata) {
� � � � $scope.isisdata = isisdata;
� � });
};
�