Swagata Mondal
Swagata Mondal

Reputation: 51

How to detct mobile number via mobile browserr?

Following is the scenario: I have an web application accessible via mobile browser. I need to detect a mobile number whenever an user open my web site using their mobile and automatic sign in using that mobile number

localhost:3000
you are sign in using u r mobile number "XXXXXXXXXXXXX"

like

http://stackoverflow.com/questions/7413305/retrieve-imei-number-sim-number-mobile-number-via-mobile-browser

in ruby on rails

Upvotes: 0

Views: 322

Answers (1)

FD_
FD_

Reputation: 12919

This is not possible. Fortunately. Imagine the HUGE security breach this would be. Any web advertiser would love to find such a way to get your phone number.

EDIT: While there are some HTTP header fields that are thought to contain that information, they are luckily not implemented in most browsers, so don't work reliably.

Upvotes: 3

Related Questions