Welcome Guest, Not a member yet? Register   Sign In
prevent my application from unauthorized mobile application
#1

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
Reply
#2

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?
Reply
#3

(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.
Reply
#4

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.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB