I read some post like this, this and some other without response. However seems I found here the solution for IOS device.
I need to reject any http request from any app of any device and process only request from web browser, so the mainly question is:
There is a definitive way to tell if an HTTP request is made from a mobile app or from a web browser?
Thanks
Example: I receive all http request start from mobile/tablet (I'm developing application behind wifi hotspot), so i process request from Facebook App, Whatsup App and browser. I have to reject request from Facebook and Whatsup and process only request from browser. Apps User-agent seems the same of native device browser.