(Mobile) Browser support for Cross-Origin Resource Sharing?
Asked Answered
A

1

6

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?

Aniseed answered 25/10, 2010 at 23:10 Comment(0)
D
9

Better late than never: http://caniuse.com/cors

Disarming answered 5/4, 2011 at 15:0 Comment(1)
You can also check out mobilehtml5.org (scroll down the page for the CORS line).Kurland

© 2022 - 2024 — McMap. All rights reserved.