I am using Angular v1.2.15 to GET a URL to retrieve JSON results.
I need to send a custom AUTHENTICATION Header with the request. the url will send back Json.
So far I can only get both $resource and $http to even send the request if I use JSONP type of request. However when I do this it does not send my CUSTOM HEADER. Can I retrieve JSON content using a normal GET request?