5
It is possible through a web page to get the IMEI of the mobile phone of those who access using javascript or anything else?
5
It is possible through a web page to get the IMEI of the mobile phone of those who access using javascript or anything else?
3
No, it’s not possible. And that’s good, for various reasons, but mostly:
It is possible to lock a mobile device remotely only with your IMEI. This is usually done in case of theft or theft. Now imagine a malicious person who has collected your email through a website - that person could contact you and try to extort money from you under the threat of blocking your device if you don’t pay.
Javascript in browsers does not have access to anything that can uniquely identify a machine. You cannot get the name of the computer on the network, or access the client’s directory structure, for example. The reason follows a similar line to the previous reason: anything you could do with this information would be a violation of privacy.
If you want some customer information, create a page where you can enter these things manually.
Browser other questions tagged javascript jquery ajax
You are not signed in. Login or sign up in order to post.
I doubt very much, it would be a serious security breach to allow this.
– user28595
Not possible! As our friend @Articuno said it would be a very serious security breach! You may get this information, but by creating a native APP!
– mcamara