You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that they have upgraded the API to version v3. On first inspection it seems to work the same way v2 works, however I'll need to do further checks to verify if the same keys for encryption/decryption are used.
The text was updated successfully, but these errors were encountered:
Seems they added the x-api-integrity header to the requests. Passing an empty value returns a 401. Further reversing revealed that this is due the fact the value for this header is filled with the return value of a Play Integrity Challenge, which will need to be bypassed.
Seems that they have upgraded the API to version
v3
. On first inspection it seems to work the same wayv2
works, however I'll need to do further checks to verify if the same keys for encryption/decryption are used.The text was updated successfully, but these errors were encountered: