0

I am working on a angularjs project which need to retrieve data from cross domain site(using $http to get). And it hit the problem "XMLHttpRequest cannot load xxxxx . Request header field Access-Control-Allow-Origin is not allowed". Anybody has idea how to solve it?

Bing Lan
  • 1,121
  • 1
  • 13
  • 26

1 Answers1

1

I note that this policy is a feature intended to improve security, but if you know what you are doing see

Community
  • 1
  • 1
mvw
  • 5,075
  • 1
  • 28
  • 34