克服相同的源策略,以便您可以创建 api
我正在尝试创建一个可以响应发布请求并根据请求返回数据的 Web 应用程序。但我在离线应用程序中尝试使用 jquery 进行离线请求。但它似乎也有同样的起源政策问题。有办法解决这个问题吗?
I am trying to create a web application that can respond to post requests and return data based on the requests. But I tried an offline request using jquery in an offline application. But it seems to have this same origin policy issue. Is there a way to solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将其添加到您的代码中:
stackoverflow.com 上已经有很多条目...
try adding this to your code:
Many entries on this already at stackoverflow.com ...