I have a basic question on controlling the access to the C2 HTML5 exported file ( and hosted on a web server for example), then in that I want only a list of selected users to access the game.
Although, I was successful in authorizing the user for valid access etc,I am still able to see the index.html link of the file in the debug console of the browser. So if any unwanted user copy-pastes this link, he will still be able to load the file.
I believe some code should be written directly in the index.html file after HTML5 export, to prevent the access?
Please throw some light if you have encountered such circumstances and how to get around?
Thanks,
Ravindra