Access-Control-Allow-Origin 在通用处理程序中不起作用

发布于 2024-12-16 21:43:52 字数 491 浏览 2 评论 0原文

我想使用跨域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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文