I tried, for my understanding a very basic request in AngularJs:
function ISIS($scope, $http) {
$http({
method: "GET",
url: 'http://localhost:8080/restful/services',
headers: {'Authorization': 'Basic c3ZlbjpwYXNz=='}
}).
� � success(function(isisdata) {
� � � � $scope.isisdata = isisdata;
� � });
};
Can somebody explain where I go wrong? Authotization?�
When I connect to other RESTful Api this way it works.
>
> sorry not to reply sooner, have been on vacation.
>>
> - did you enjoy your holiday? I visited the Highlands of Scotland with my
> youngest son last week...
>
yup, in Edinburgh for the Fringe [7]. Recommended if you've never done
it...
With respect to AngularJS itself, we do intend to write a library
>>
>
> - Thank you.. I will track these and let you know. Great that you started
> building for Angular!
>
>
There's a lot to do, so any help gratefully received!
Cheers
Dan
[7] https://www.edfringe.com/
>
�