web services - Security protocol to allow only one mobile app requests to server -


is there proven security protocol use ensure request sent web server comes specific mobile application (the mobile application should deployed in many phones)?

if not, best practice?

using https in server end , having access token in requests coming web server may allow restrict.

you can have access token configured in mobile app. request coming web server without valid access token considered malicious.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -