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) {
req.ip
I was looking this up then I was like wait, I'm using express. Duh.