I have a application which runs over browser …php application… i need to lock this application to only few machines and laptops that we allow to access. IP locking cannot be done as laptops can be on wifi from outside… Any Idea on how to do this?
Share
Instead of locking access, allow access from everywhere, but require a login.
In response to your comment: SSL client certificates are probably what you need. See, for example, here on how to configure this with Apache, or Google for other web servers.