Dear Stackoverflow Community,
is it possible to receive the user‘s IP address from the browser/ via browser‘s meta data? I‘ve been searching for a solution and just found suggestions like reading the user‘s IP address via a web service. We already have implemented a web service to read the IP address, however, there is a proxy inbetween the server and the client, thus we just get the IP address from the proxy. So we thought a possible solution could be reading the user’s IP address from the browser.
Thank you very much!