Android Browsers is sending Dalvik as the user agents in the request headers.
I am currently working on a mobile site having a simple login page that validates username and password then authorizes users profile.
But when i checked the request headers i saw something unusual, there were two user agents from the same device.
Following are the user-agents from the same device:
"Mozilla/5.0 (Linux; Android 4.1.2; C5303 Build/12.0.A.1.257) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36"
"Dalvik/1.6.0 (Linux; U; Android 4.2.2; C2004 Build/15.2.A.2.5)"
Even something strange the cookies that were initialed we either reset or dropped.
Is there any way i can debug this further for more information and get a better view on this issue??
This issue is not seen in old android phones or ios or windows phones.
**Issue noticed in high end android mobile handsets having KitKat/JellyBean OS
System.getProperty()
. No idea why it would send it to a web server, or would claim to have Android 4.2.2 if it's running KitKat. – Dolly