We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord Activities are opening up to everyone. One of their requirements however is that ALL outbound fetches (except for a few exceptions) must go via their proxy. See: https://discord.com/developers/docs/activities/development-guides#activity-proxy-considerations
This is a problem for Game Analytics as it appears there is no way to change the url from https://api.gameanalytics.com to anything else.
https://api.gameanalytics.com
Would it be possible to change this to allow user-configurable root url?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discord Activities are opening up to everyone. One of their requirements however is that ALL outbound fetches (except for a few exceptions) must go via their proxy. See: https://discord.com/developers/docs/activities/development-guides#activity-proxy-considerations
This is a problem for Game Analytics as it appears there is no way to change the url from
https://api.gameanalytics.com
to anything else.Would it be possible to change this to allow user-configurable root url?
The text was updated successfully, but these errors were encountered: