Issue
The XSP header is missing multiple important properties like launch_signature & client_launch_id & client_heartbeat_session_id, while they may not seem important, discord uses them to flag automated requests and may flag accounts using this client.
Docs:
Read these docs to understand how to add these properties
https://docs.discord.food/reference#client-properties
launch_signature https://docs.discord.food/reference#launch-signature
client_launch_id random uuidv4
client_heartbeat_session_id random uuidv4
Issue
The XSP header is missing multiple important properties like
launch_signature&client_launch_id&client_heartbeat_session_id, while they may not seem important, discord uses them to flag automated requests and may flag accounts using this client.Docs:
Read these docs to understand how to add these properties
https://docs.discord.food/reference#client-properties
launch_signaturehttps://docs.discord.food/reference#launch-signatureclient_launch_idrandom uuidv4client_heartbeat_session_idrandom uuidv4