When I look at my web app’s HTTP_X_FORWARDED_FOR or REMOTE_ADDR variables, it returns the router’s IP address (10.10.0.1). How do I get the end users IP address from within my web app? I imagine there is a setting that forwards the IP address but I’m not sure where to look.
Thank you