I am creating a Javascript
for my users and i am trying to make it as light weight as possible.
Because of this i am not using any outside liberay (not even JQuery
) if possible i want to keep it that way.
So my question is: Is it possible to get a visitors IP
address without the use of External calls or lib.
By external calls i am refering to:
Ajax
, google Jsapi
, and others
Note that i have been looking at the answer to this question get client ip using just javascript However this is not what i am looking as it goes outside of the current page to collect its information.