2016-01-21 54 views
0

我正在嘗試爲我的移動應用程序使用Woocommerce API,但出現以下錯誤。Woocommerce中沒有'Access-Control-Allow-Origin'標題

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. 

如何解決此問題。任何幫助,高度讚賞。

回答

0

雖然不是非常安全,但這個伎倆。將以下行添加到您的.htaccess或您的apache.conf文件中。

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