How do I make a GET request using Angular 1.5 to an external server that I do not have control over? I am receiving the error
No 'Access-Control-Allow-Origin' header is present on the requested resource.
I cannot modify the server and therefore cannot add the resource. I have searched far and wide for a solution and cannot get the error to go away.