There has been a lot of misinformation concerning the use of JavaScript in obtaining the real IP address of a user visiting a web page through an anonymous proxy (or proxies).
I'm not talking about Java, ActiveX, Flash, VBSscript,perl.
The question is about clients that ONLY have JavaScript enabled in their browser.
Of course I dont think it's possible, in fact this is what I found:
I'm not talking about Java, ActiveX, Flash, VBSscript,perl.
The question is about clients that ONLY have JavaScript enabled in their browser.
Of course I dont think it's possible, in fact this is what I found:
Anyone can confirm it?JavaScript itself has no way of reading the IP address of the local computer and so for JavaScript to obtain that information we need to use a different language to obtain the information. Once possible way of doing this is to call Java to get the information for you.