关于跨域问题

发布于 2025-01-07 03:53:55 字数 297 浏览 0 评论 0原文

如果 WCF REST 服务托管在与客户端页面不同的域中(基本上使用 HTML、CSS 和 Javascript),我们如何才能使用此 WCF REST 服务?我读到一篇文章建议使用 JSONP 来规避同源策略。基本上在客户端,当我们进行 ajax 调用时,我们只需将 dataType 设置为 jsonp,将 jsonpCallback 设置为某个函数名称,将 contentType 设置为 application/javascript 并将 crossDomainScriptAccessEnabled 设置为 Web.config 中的 true。正确吗?还有其他方法吗?

If WCF REST Service is hosted in a different domain than the client-side pages (using basically HTML, CSS and Javascript), how are we able to consume this WCF REST Service ? I read an article which suggests using JSONP so as to circumvent the same origin policy. Basically on the client side when we make an ajax call we simply set dataType to jsonp, set jsonpCallback to some function name, contentType to application/javascript and set crossDomainScriptAccessEnabled to be true in Web.config. Is it correct ? Are there other ways ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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