tags:

views:

36

answers:

1

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
If paser this useragent, can i get indentify of this device which send request?
leduchuy89vn
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
@Raphael Caixeta: Is there any way help me to get UDID of device which send request?
leduchuy89vn