Bug: JSONP doesn't return procedure name

#1 - Aug. 28, 2012, 6:40 p.m.
Blizzard Post
This bug is observed on the realm status feed and the character feed, so it probably affects all feeds.

Load this url:
http://us.battle.net/api/wow/realm/status?jsonp=abc

Observed:
({"realms":[{"type":"pvp","population":. ... }]});

Expected:
abc({"realms":[{"type":"pvp","population":. ... }]});

Since the EU site didn't get converted to 5.0.4 yet, it still works:
http://eu.battle.net/api/wow/realm/status?jsonp=abc
abc({"realms":[{"type":"pvp","population": ... }]});
Forum Avatar
Battle.net Developer
#3 - Aug. 29, 2012, 12:39 a.m.
Blizzard Post
We'll get this fixed asap, sorry about that!

EDIT: Should be fixed, let me know if it's not.