Heyo, quick question about how the Browser Based Apps are supposed to work.
I assumed that If I filled out this section on https://www.bungie.net/en/Application/:

waited some time, then tried to hit an endpoint via browser only (no proxy), I'd be able to get data back.
However, I am still getting blocked:

Am I doing something wrong? is this functionality just not ready yet?
Thanks!
just for reference, the browser is sending the same Origin header as I've entered for my app:

Double check your x-api-key header and API key value is correct. When I got that error I had the x-api-key header wrong(copy/paste issue in API key), so the Bungie servers couldn't lookup my app to find the Origin Header setting to match what was being sent.
Looks like you're missing www. Need that www I believe. Also watch out for the trailing slash in the future.
Check this for detail OAuth info
https://lowlidev.com.au/destiny/authentication-2
oh man @lax20attack yeah it was the missing www. Once I put that in there everything worked as expected. ugh. late nights are rough.
Most helpful comment
Looks like you're missing www. Need that www I believe. Also watch out for the trailing slash in the future.
Check this for detail OAuth info
https://lowlidev.com.au/destiny/authentication-2