Specifically MAC Tokens. After doing tons of reading, I'm 99% sure that the token I need is generated this way:
String:
The timestamp
The nonce
The HTTP request method in uppercase
The full HTTP request URI
The hostname
The port
MAC key (got it)
Then I need to sign the string with the MAC key, using the sha-256 algorithm and base64 encoding it.
Another version I saw was:
The timestamp
The nonce
The HTTP request method in uppercase
The URI PathAndQuery
The hostname
The port
Tried both and can't seem to get it right. If you have coded something like this and want to help, PM me and we can also get on Skype and chat. I will pay for your time.
Thank you
String:
The timestamp
The nonce
The HTTP request method in uppercase
The full HTTP request URI
The hostname
The port
MAC key (got it)
Then I need to sign the string with the MAC key, using the sha-256 algorithm and base64 encoding it.
Another version I saw was:
The timestamp
The nonce
The HTTP request method in uppercase
The URI PathAndQuery
The hostname
The port
Tried both and can't seem to get it right. If you have coded something like this and want to help, PM me and we can also get on Skype and chat. I will pay for your time.
Thank you