Request object - IP address?
How to get client IP address from an API Route (or a ServerFn)?
The usual objects like .socket aren't present.
2 Replies
gradual-turquoise•6mo ago
does this work?
genetic-orangeOP•6mo ago
almost - .socket.remoteAddress is available. I think this works!
Thanks 🙂