我正在尝试将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.
如何解决此问题。任何帮助都非常感谢。
答案 0 :(得分:0)
虽然不是很安全但是这样做了。将以下行添加到您的.htaccess
或apache.conf
文件中。
Header set Access-Control-Allow-Origin "*"