originally posted in:BungieNetPlatform
View Entire Topic
I'm pretty sure I'm interpreting what I'm reading correctly, but I want to ask out loud just in case I'm wrong or there's another way I'm not aware of.
I have some experience writing CGI and JavaScript reports and tools, so I was hoping to find a way to display my private Destiny data via web interface so I can manage it. But it looks as though it's not possible to get private endpoints via CGI or JavaScipt in a web page. Looks like you have to write a web browser plugin, or a desktop app or mobile device app. Is that true? Is there no way around that?
Is anyone doing any Java apps, delivered via web, to do this, perhaps? Or would those have the same sandbox restrictions as JavaScript?
-
6 RepliesYes, our CORS restrictions currently prevent browser-hosted webpages from calling out to us directly. You'll want to make a server-side proxy (or your own custom endpoint that calls to us but exposes data and actions in whatever way you wish!) in order to leverage our data client-side.