CodeIgniter Forums
prevent my application from unauthorized mobile application - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: prevent my application from unauthorized mobile application (/showthread.php?tid=71245)



prevent my application from unauthorized mobile application - kvanaraj - 07-22-2018

i want to protect my application from unauthorized mobile app developers. They are redirect their app to my application . how to protect those hackers. any suggestion please


RE: prevent my application from unauthorized mobile application - Pertti - 07-23-2018

You have to be a bit more specific.

Are they linking images to your server? In which case you could check out how to prevent hot linking

Or is it something else?


RE: prevent my application from unauthorized mobile application - kvanaraj - 07-23-2018

(07-23-2018, 12:28 AM)Pertti Wrote: You have to be a bit more specific.

Are they linking images to your server? In which case you could check out how to prevent hot linking

Or is it something else?

this application only opened in any browser via mobile or computers using url. but this url cannot be opened in mobile app. some hackers doing redirect their page into this project. thats y.


RE: prevent my application from unauthorized mobile application - enlivenapp - 07-26-2018

The way I've done this before with an API was to look for a 'app-id' sent from the application... if it wasn't present the request was rejected.