I am making a webapp. A series of ASPX pages that will be only accessible from a browser hidden inside an app.
It is of crucial importance that the only way to access these said pages, is ONLY via the app.
Any tips and suggestions?
edit: my main concern is that users need to be close to a location to read the pages. faking your location using a browser on PC is extremely easy. I would like the pages to not be accessible from a PC as I don't want them access the files unless they are close.
Thanks a lot!