I have two apps, one front end and one a REST API back-end. How do I get the IP address of the user accessing the back-end when the front-end client makes a request to the back-end?
I have tried this.request.ip
, but it shows the IP of my front-end site, not my actual IP address.
this.request.ip
, but it shows the IP of my front-end site, not my actual IP address. – Globate