#1 - May 20, 2013, 3:01 p.m.
Are these supported by the api or do I have to write a server side wrapper for any cross-domain shenanigans for client side components.
Are these supported by the api or do I have to write a server side wrapper for any cross-domain shenanigans for client side components.
IE8+ does CORS fine, you’ll just need to use XDR instead of XHR for IE 8 & 9. We do it regularly & it works great.
JSONP is an elegant hack… but it’s still a hack.