I’m trying to add an access log to my Tapir application. Using NettySyncServer.
I can’t find any way to get the remote IP address in my intercepter. I can look at the request ConnectionInfo but all three values, local, remote and secure are all None.
Somehow it looks like this shouldn’t be hard. I’ve done this in Play and Cask apps.
Suggestions welcome.