最佳答案
我现在遇到了一个奇怪的 CORS 问题。
下面是错误消息:
XMLHttpRequest cannot load http://localhost:8666/routeREST/select?q=[...]
Origin http://localhost:8080 is not allowed by Access-Control-Allow-Origin
两台服务器:
有什么问题吗?
EDIT:
还有... 港口就是问题所在。谢谢你的回答:)
如果有人也在使用 Python 瓶子服务器,你可以按照本文给出的答案来解决 CORS 问题: Bottle Py: Enabling CORS for jQuery AJAX requests