当我尝试对API进行http get调用时,我在我的实际网站(托管在GoDaddy上)上收到此错误。
The 'Access-Control-Allow-Origin' header has a value 'http://localhost' that is not equal to the supplied origin.
为什么当我甚至没有在本地服务器上运行时,它认为标头有localhost值?奇怪的是它发生和关闭(有时它能够调用API并获得没有错误的数据,其他时候,它不是并且给出了错误。