I'm not getting an IP from msg.req.ip
when I visit HTTP endpoint ...
All worked seemingly well around 2020-2021. Now I see msg.req.ip
is not there when I call the endpoint.
Did something change since then?
I am looking around and I see the IP in the rawHeaders
, but I want to be able to parse this, without just calling by array index because it might not be persistent.