I have the development environment for a J2EE web app on my machine. On the login servlet I have a call to get the IP of the user using . Using the Chrome Browser, I have no problem, it returns a nice IP Address. However, using IE, Firefox, or Safari, I get a value like this: fe80:0:0:0:80f1:b54b:7e02:e24 - This only happens when I access the app from my local machine. A co-worker tried to access the application on my machine, and it worked fine, but he had the same problem in his own environment.
Has anybody seen anything like this. This is causing problems because without this particular part of code working, I can't test in IE, Firefox, or Safari, only Chrome.
Any assistance would be appreciated.
Thanks in advance for any help.
Mike
Mike Firkser
Rutgers '84
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
That's an IP6 address, whereas the "nice looking" one is likely an IP4 address.