:wave: I'm trying to log `call.request.origin.rem...
# ktor
b
👋 I'm trying to log
call.request.origin.remoteHost
but it looks like that returns
localhost
100% of the time 🤔 Shouldn't it return the host of the client making the request?
call.request.origin.remoteAddress
returns
0:0:0:0:0:0:0:1
blob thinking upside down
ah wait I'm using
ngrok
... maybe that actually makes sense.