Is there a safe way to give access to the webapp only for people who come together through Eddystone url?
I know that I can use some of get parameters and handle them on server side but it not good enough.
Is there a safe way to give access to the webapp only for people who come together through Eddystone url?
I know that I can use some of get parameters and handle them on server side but it not good enough.
There is no foolproof way to do this, as any information you can pass in an open web request can be simulated by a determined person visiting the web app.
If adding GET parameters to the URL isn't good enough, a few more things you could do include:
You could also change the GET parameters on the URL transmitted by the beacon periodically (even making it dynamic if you have a custom firmware beacon), so it becomes difficult to predict what the URL will be in the future.