You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently helpers.formatHttpRequest mainly uses req.socket.remoteAddress for the "client.ip" ECS field. It could consider using some of the HTTP request headers (esp. X-Forwarded-For) to set this. If using Express, then req.ip is used which sometimes will use X-Forwarded-For, depending on user configuration.
The text was updated successfully, but these errors were encountered:
Currently
helpers.formatHttpRequest
mainly usesreq.socket.remoteAddress
for the "client.ip" ECS field. It could consider using some of the HTTP request headers (esp. X-Forwarded-For) to set this. If using Express, thenreq.ip
is used which sometimes will use X-Forwarded-For, depending on user configuration.The text was updated successfully, but these errors were encountered: