Hi
I am getting some Private IP when I am trying to get my own IP. Its working fine in local but in production giving private IP instaed of My IP with the below code.
String ipAddress = request.getHeader("X-FORWARDED-FOR");
why it is giving different IP instead of my IP when i am hitting as a user in Production.
Thanks
Penchal