Solved
Forum Discussion
MattV
3 years agoKhoros Staff
http.client.request makes the call from the server the community is running on, so the result returned would be the location for the server, not the user. If the Bing API lets you pass an IP or something then you'd have to get the users IP with freemarker and pass that to the Bing API.
3 years ago
Thankyou MattV for reply.
How can I get users(anonymous/logged in user) Ipaddress in freemarker?
below request provides server IP address but not users.
${http.request.remoteAddr}