Forum Discussion
3 years ago
jeffshurtliff sorry for the confusion, I am still seeing the same issue.
bing api with ajax call gives me correct location where as endpoint gives me in-correct location.
Please suggest me if there is an way to fix this bug.
- 3 years ago
I was able to make it work by passing ip address in headers.
<#assign response = http.client.request("api").header("X-FORWARDED-FOR",ipaddress).get()/>
Will there be any privacy or security issues in passing IPaddress in headers?
Related Content
- 11 months ago