Hi..
Can i ask how to get http_user_agent real device? When i use WebView, i can get the real value like this:
[HTTP_USER_AGENT] => Mozilla/5.0(Linux; U; Android 2.2; en-gb; LG-P500 Build/FRF91)
AppleWebKit/533.0 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
But when i use Apache connection, the result is different like this:
[HTTP_USER_AGENT] => Apache-HttpClient/UNAVAILABLE(java 1.4).
Can anyone know what the problem?