Hi Team,
I am trying to fetch the IP of the user using the below snippet but it is giving some private network IP instead of the user in production.
request.getHeader("x-forwarded-for");
Can u please help me why I'm getting different IP than original.