Woocommerce中没有“Access-Control-Allow-Origin”标题

时间:2016-01-21 17:10:47

标签: angularjs api woocommerce xmlhttprequest cross-domain

我正在尝试将Woocommerce API用于我的移动应用程序,但我收到以下错误。

XMLHttpRequest cannot load https://www.weburl.com/wc-api/v3/?consumer_key=ck_ckcomeshere&consumer_secret=cs_cscomeshere. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://192.168.1.105:8100' is therefore not allowed access.

如何解决此问题。任何帮助都非常感谢。

1 个答案:

答案 0 :(得分:0)

虽然不是很安全但是这样做了。将以下行添加到您的.htaccessapache.conf文件中。

Header set Access-Control-Allow-Origin "*"