originally posted in:BungieNetPlatform
Very nice! I have a few questions I am trying to start out here. . .
How are you making the calls to the bungie api? I can make them just fine in powershell but when I do them in JavaScript (jQuery) I get errors back related to CORS.
There are MANY web apps out there that use the bungie api, and I am just confused on how they are doing it.
English
-
if you're trying to hit the private endpoints, you're going to need to publish your app as a chrome extension. CORS and bungies authentication process require it. believe me i tried without it, but your app will be rejected for security reasons if you try to go another route. take a look at the github code.