Detect an MSISDN (mobile number) with the browser

后端 未结 3 1215
我在风中等你
我在风中等你 2020-12-24 05:22

Are there any HTTP headers one can use to detect a mobile users number other than this X-header x-up-calling-line-id ?

I want to detect from all browser

3条回答
  •  独厮守ぢ
    2020-12-24 05:38

    Use apache_request_headers() in PHP to get MSISDN. but, the users mobile network has to support the passing of the MSISDN in the HTTP headers.

提交回复
热议问题