Access-Control-Allow-Origin 在通用处理程序中不起作用
我想使用跨域ajax,因此我必须使用 JSONP,或者使用 CORS。由于技术问题,我选择使用 CORS。因此,我在目标网站中创建了一个通用处理程序(例如 http://www.target.com/handler)。 ashx),我从 http://www.source.com/。
但是,浏览器没有显示任何内容,当我看到响应的 HTTP 标头时,我没有看到任何 Access-Control-Allow-Origin
标头。
怎么了?
I want to use cross-domain ajax, thus I had to use either JSONP, or use CORS. Due to technical problems I had, I chose to use CORS. Thus, I created a generic handler in the target website (say http://www.target.com/handler.ashx) and I sent ajax requests to that handler from http://www.source.com/.
However, browser didn't show anything and when I saw the HTTP Headers of the response, I didn't see any Access-Control-Allow-Origin
header there.
What's wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论