How to avoid CROS error in Angualr JS?
Naveen Bisht
Modify the server to add the header Access-Control-Allow-Origin: * to enable cross-origin requests from anywhere (or specify a domain instead of *). This should solve your problem.