I have a REST service running on server.
I have Chrome Postman to access that service with Basic Authentication, and I can access that service with this Post man.
But, now I want to create a UI to show received data from REST in AngularJS. For this I tried
How I can call this REST service by using AngularJS with Basic Authentication? I have username and password.
Thanks, Ashok