-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Add support for X-Super-Properties #17
Comments
What features rely on it being there? Anyway, I've made the change in a PR: #25. What do you think? |
Okay, I shouldn't have mentioned it since it's mostly just experimental features that rely on it (e.g, some experiments (aka, discord's implementation of a/b testing) will only be sent to the client if it's
It shouldn't! although it might be a good idea to update it every so often - Discord might find it suspicious that there's a big number of users with a really old
For now, I think it's good! The only issue I have is the one I've mentioned above (client config with an outdated |
X-Super-Properties
is a base64-encoded JSON header that identifies the client by letting the server know it's build number, release channel, etcIt might be a good idea to support it as Discord might otherwise flag accounts for sending user-api requests without it (as some features rely on it being there)
Example:
More info about the header is documented here!
The text was updated successfully, but these errors were encountered: