>TNX Dan. Authorization cloaked as CORS problem was the case indeed as it seems
>to me now.
I have set up autorization back to basic authorization and added credentials to
$http
'sven pass' in my case this means:�
.controller('View1Ctrl', function ISISwww($scope, $http) {
$http({
method: "GET",
// url: '/restful/services/Parties/actions/allParties/invoke',
url:
'http://socrates.johandoornenbal.eu.cloudbees.net/restful/objects/nl.socrates.dom.party.Person/L_1',
headers: {'Authorization': 'Basic c3ZlbjpwYXNz' } // retrieved using
Postman
})
I have persisted the fixtures in a sql db so it keeps on working btw...
On 2 September 2014 18:39, wrote:
>
> In Isis.Properties do you mean setting authentication to bypass or
> authorization? Current settings:
>
>
authorization.
�