(移动)浏览器支持跨源资源共享吗?
我正在构建一个使用 w3c CORS 向远程发出 oAuth 签名 HTTP 请求的网站服务器。 Mozilla 有一个很棒的文档解释了如何发出和接收 CORS 请求,并且 Firefox 中也有很好的支持,铬和 Safari。
是否有人维护 CORS 功能的浏览器支持矩阵(例如跨域非简单 GET 的预检 OPTIONS 请求)?
我对移动浏览器特别感兴趣。谁能向我指出跟踪 CORS 支持的资源?
I'm building a site that uses w3c CORS to make oAuth-signed HTTP requests to a remote server. Mozilla has a great document explaining how to make and receive CORS requests, and there's good support in firefox, chrome, and safari.
Does anyone maintain a matrix of browser support for CORS features (e.g. preflight OPTIONS requests for cross-domain non-simple GETs)?
I'm particularly interested in mobile browsers. Can anyone point me to a resource that tracks CORS support?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
迟到总比不到好:http://caniuse.com/cors
Better late than never: http://caniuse.com/cors