Is HMAC required when using TLS communication?
We have SSL communication between our mobile app and our servers.
The request from mobile is creating a hash on all the request fields – based on a secret key which is “stored” on the app.
So it sends json with all the fi… Continue reading Is HMAC required when using TLS communication?