I am working on an application wherein I want to track clients public IP address. I don't want to use http://ipinfo.io as its an insecure connection.
Is it possible to get clients public IP address using core javascript?
Thanks
I am working on an application wherein I want to track clients public IP address. I don't want to use http://ipinfo.io as its an insecure connection.
Is it possible to get clients public IP address using core javascript?
Thanks
You could just use the https connection:
curl -v https://ipinfo.io
Or you can user an other service. There is a good list of services on this thread