L liulifeng77 Active Member Licensed User Longtime User May 10, 2017 #1 when users open a page,the server can get his address. any suggestion will be appreciated. thks.
P PCastagnetti Member Licensed User Longtime User May 10, 2017 #2 You can try B4X: ws.UpgradeRequest.RemoteAddress where ws is the WebSocket Upvote 0
L liulifeng77 Active Member Licensed User Longtime User May 10, 2017 #3 thanks for your reply. but I need some more information of address(eg: country,province,street number etc),not IP address. Upvote 0
thanks for your reply. but I need some more information of address(eg: country,province,street number etc),not IP address.
Cableguy Expert Licensed User Longtime User May 10, 2017 #4 My guess is by using Google services... Never used them, and I think it only works with GPS enabled devices... Or at least gsm... Otherwise you get a very coarse position reading Upvote 0
My guess is by using Google services... Never used them, and I think it only works with GPS enabled devices... Or at least gsm... Otherwise you get a very coarse position reading
I inakigarm Well-Known Member Licensed User Longtime User May 11, 2017 #5 You can use a geolocation IP service like freegeoip ( https://freegeoip.net/?q=213.143.60.17) or another geolocation IP service (Google for this) Upvote 0
You can use a geolocation IP service like freegeoip ( https://freegeoip.net/?q=213.143.60.17) or another geolocation IP service (Google for this)
I inakigarm Well-Known Member Licensed User Longtime User May 11, 2017 #6 Also, Look at :https://www.b4x.com/android/forum/threads/iplocator-get-info-on-ip-addresses.58278/#content Upvote 0
Also, Look at :https://www.b4x.com/android/forum/threads/iplocator-get-info-on-ip-addresses.58278/#content