I want to know a request which be sent to my PHP Webserver come from what device (iOS App, Web Browser...) and indentify of this device. Anybody can tell me to do it :) Thanks :)
+2
A:
it's called the useragent. Check the $_SERVER['HTTP_USER_AGENT'] variable on your requests and parse them.
Bob Baddeley
2010-09-20 06:34:23
If paser this useragent, can i get indentify of this device which send request?
leduchuy89vn
2010-09-20 06:36:30
You will not be able to get the UDID, if that's what you mean. Only what the device model that's on your page.
Raphael Caixeta
2010-09-20 06:37:17
@Raphael Caixeta: Is there any way help me to get UDID of device which send request?
leduchuy89vn
2010-09-20 06:41:13