On 2011-07-27 01:36, Anurag Kapur wrote:
Hi,

I am looking for ways of detecting a specific mobile device (example: my iPhone and not my friends) accessing a resource on my publicly accessible Apache web server so that I can restrict access to certain devices only.

That's easy - it's called "authentication".
Set up HTTP authentication on whatever resources you want to protect, and don't give your friends the password.


Just like there are ways of detecting the user agent and IP address of the device where the request originates from and restricting access accordingly, is there a way to do something similar for an iPhone for example, connected to 3G network (not wifi)?

Any pointers towards this would be highly appreciated.

Regards
Anurag


--
J.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to