JSONP callbacks?

#1 - May 20, 2013, 3:01 p.m.
Blizzard Post

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.

#6 - May 21, 2013, 12:13 a.m.
Blizzard Post

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.