Cross-domain support for silverlight

#1 - Sept. 3, 2013, 2:55 p.m.
Blizzard Post

I was working on a standalone mapping application and recently ported it to Silverlight for online embedding goodness only to discover that it refuses to access your APIs due to cross-domain security concerns.

It appears that to get it to work you have to place some sort of crossdomain.xml file at the api.guildwars2.com webroot. It appears to be something that flash uses (used to use?) as well.

I was wondering if it would be possible to add this.

MSDN crossdomain.xml Info
Adobe crossdomain.xml Info

#2 - Sept. 3, 2013, 8:44 p.m.
Blizzard Post

I can look into this as part of the CORS support on the mapping API.