Get IP address of user - Forum

Forum Navigation
You need to log in to create posts and topics.

Get IP address of user

Is it possible to get the IP address of the user that's running my VisualNeo Web app? It would be nice to get other info also, like browser, whether it's mobile, etc, but IP address would help me a lot.

@asawyer13

Is it possible to get the IP address of the user that's running my VisualNeo Web app?

This page ... https://stackoverflow.com/questions/391979/how-to-get-clients-ip-address-using-javascript ... lists a number of websites your App can call ... that will return the ip address (and other info) pertaining to the calling device/user.

It would be nice to get other info also, like browser

There is javascript on this page ... https://dev.to/shwetadanej/detect-browser-and-its-version-in-javascript-dg9 ... that worked for me (tested using the JSFiddle link).

luishp has reacted to this post.
luishp

@asawyer13 please check the included plugin neoDevice to get information about the user device.
The IP address must be checkd server side. There are many free services you can call. Please, take a look here:
https://stackoverflow.com/questions/391979/how-to-get-clients-ip-address-using-javascript

Regards.