I want to block users from accessing/using Worklight deployed App URL.
For example,
http://myserverDomain/myProjApp/apps/services/preview/CardApp/common/0/default/GoodApp.html
Now I don't want users to go and type in the above URL and access the App.
However this restriction must not prevent Mobile users from running or using their App from device.
What could be the way to achieve this?
I have made my App available on a Public IP and devices are pointing to it.
Using IBM HTTP server, a url has been made public and then i used it inside the application-descriptor.xml file so that the generated Apps can point to a public URL and get connected with WL Server. In this way my Apps work fine. But I am also able to access the URL via browsers and can log-in too. I am thinking a possibility to block access only via browsers.
Thanks