Limiting mobile apps accessing server API

bengomez

New Member
When we build website access our API on a application server via HTTP request. We can limit the domain name od the client calling the API to access. Now, if we build mobile apps, how do we identify the app is authorised? We cannot get any user agent. Any method to check this?On server, we build using ASP.Net.
 
Back
Top