I am working on my Node Express server and wondering if anyone knew how to record the client IP that requests the server. My goal is to eventually record access and explore blocking IPs from requesting the server.
I guess I’ll need to grab the IP from the client browser and then send that with the request to the server.