문제

Is it possible to read a mobile device's carrier info with JSP or any other server side language? Detecting mobile carrier with IP address is not an option since I want to target users that use wi-fi as well.

도움이 되었습니까?

해결책

It´s not possible. Maybe it could exist some special operator API, although I don´t know for WIFI users.

For GSM connection you could use IPs or look at HTTP headers. Sometimes operators inject particular values.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top