CORS with AngularJS and Spring REST

If you are developing RESTFul webservice producing JSON as a response that may be consumed by clients, you need to aware of the same-origin policy. The same-origin policy is the important security concept implemented by browser to prevent javascript codes from sending request to different source. The same-origin policy not only prevent from sending request […]