Http-in node and getting client (caller) IP address

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.

msg.req.ip is there for me.

Are you using a reverse proxy?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.