Get IP Address
Hi Everyone what api do you recommend in geting IP Address. I tried https://api.ipify.org but not working if I use android device or IOS device. only working on Web
2 Replies
why would you need an api to get the ip of the visitor?
https://stackoverflow.com/questions/8107856/how-to-determine-a-users-ip-address-in-node/8107922#8107922 <-- any of these should work
Stack Overflow
How to determine a user's IP address in node
How can I determine the IP address of a given request from within a controller? For example (in express):
app.post('/get/ip/address', function (req, res) {
// need access to IP address here
})