Reverse engineering a web api halp
Hi,
Trying to post credential to a certain api with email/ pw / md5 password. However, theres another variable they required called "Sign".
If i post without the sign, it will just give the error "SignConflict"
I'm trying to figure out how to get the sign variable. Its not in the html source, figured out that both email / password plays a part in creating the sign variable.
Variables:
EMAIL + PASSWORD = SIGN
a@aa.a + Aaaaa1 = 67a15149015646e5258651c0f2426b24 (32...
Reverse engineering a web api halp
Trying to post credential to a certain api with email/ pw / md5 password. However, theres another variable they required called "Sign".
If i post without the sign, it will just give the error "SignConflict"
I'm trying to figure out how to get the sign variable. Its not in the html source, figured out that both email / password plays a part in creating the sign variable.
Variables:
EMAIL + PASSWORD = SIGN
a@aa.a + Aaaaa1 = 67a15149015646e5258651c0f2426b24 (32...
Reverse engineering a web api halp
by Botato via TBN
No comments:
Add Comment