Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 246
Bosh Avatar asked Oct 25 '10 23:10

Bosh


1 Answers

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

like image 158
user120242 Avatar answered Oct 15 '22 15:10

user120242