DS Header Question
#2364
-
Beta Was this translation helpful? Give feedback.
Answered by
Lightczx
Jan 10, 2025
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Masterain98
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hoyolab api need to use OS salts, and different hoyolab version use different salt, hoyolab web uses web salts rather than app salts.
And we uses app salts internally
If you try to reverse the salt the request uses, you need first check
x-rpc-app_version
header, and narrow down the salts might be used.