Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 是否可以使用 jquery 获取跨域 SOAP 请求
请帮助我获取来自不同域的 SOAP 响应并将其解析以在我的网页上显示信息。我无权访问其他域。我想使用 javascript 或 jquery 来做到这一点。如果不可能,有什么办法呢?
除非其他域通过 JSONP 或 HTML5 CORS 公开其 API,否则不可能将您自己的服务器设置为代理然后调用您的服务器(请记住,其他人理论上也可以访问您的代理,除非它受到访问保护)。