Access-Control-Allow-Origin and Angular.js $http
I’m new to AngularJS and I came across this CORS problem, almost lost my mind! Luckily i found a way to fix this. So here it goes…. My problem was, when I use AngularJS $resource in sending API requests I’m getting this error message XMLHttpRequest cannot load http://website.com. No ‘Access-Control-Allow-Origin’ header is present on the … Read more