How to get IP address?

Is it possible to get Hype app current user IP address?

Generally a browser does not know the public-facing IP address. You typically need to run some code on a server that can see where a request came from and then relay that back to the client. It looks like there are some public services out there that can do this, but I haven’t used any and would not want to recommend one. If you search “ip address in javascript” on google you should be able to find some of these and techniques to do so.

1 Like

Thanks.