javascript - Why is the IP address different between mobile devices and desktop/laptop? -


i'm having 2 different ip address connecting on same wifi connection.

  • laptop/desktop: 58.110.xxx.xxx
  • ipad/android phone: 66.249.xx.xxx

this difference causes country detection rendered incorrectly between laptop , mobile devices. use geo php (maxmind) that's based on ip address.

any appreciated. thanks.

i might have figured out issue. using chrome in ipad , android phone "reduce data usage" feature enabled.

in case, traffics tunneling through google servers reduce data size. therefore, other web servers detecting usa (google servers) instead of direct connection australia.

if disable "reduce data usage", should direct connection australia anywhere instead.

please use http://ipaddress.my test ip address , isp confirmation.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -