A discussion came up on VBForums about how to get the real IP address of a user, not that of their proxy server or the external NAT address. I was quite sure that this wasn't possible without some kind of process getting the address on the client machine.
I have suggested that these sites could be using Java to get the real IP address, however, I could be wrong and for me the script that I found always returns 127.0.0.1 . This suggests to me that any script attempting to obtain the hosts real IP address infarct rely s on the HTTP-X-FORWARDED-FOR header sent by the proxy server.
Can anyone explain this? I have no idea how it can be done, if at all 😕
Thread at VBForums: http://www.vbforums.com/showthread.php?t=374395
Thanks