Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Fetch Serial Number from Android Mobile Browser using Java Scripting which will be from web application source running in mobile browser [closed]

I can able to find UniqueId,Serial,IMEI,OS and IP Address from Android Mobile Native Application.

But, I could not able to find the above device information via mobile browser app, which will be from web application source running in mobile browser.

Note: I reffered many links, regarding this, they sugggest only able to fetch the device os type using UserAgent from mobile browser.

please Anyone help me to get out of this.

Thanks Advance

like image 915
harikrishnan Avatar asked Dec 21 '15 13:12

harikrishnan


1 Answers

Due to security concerns IMEI, Serial number information is not exposed to Javascript running on the browser of mobile application. You can get OS, IP details from the request headers.

like image 183
Abilash Badri Avatar answered Sep 23 '22 06:09

Abilash Badri