I am trying to get client IP address using javascript (WebRTC).But,I am getting some anonymous values on a few machines. Example:"04e6e16d-5ca8-4643-bccd-f870c84d4aed.local"
I am not sure, what went wrong and what address it is. Please guide us.
I am using the code from below source to get an IP address
https://gist.github.com/hectorguo/672844c319547498dcb569df583f959d
* https://stackoverflow.com/questions/32837471/how-to-get-local-internal-ip-with-javascript * https://stackoverflow.com/questions/391979/how-to-get-clients-ip-address-using-javascript/32841164#32841164 * You might want to check - [https://jsfiddle.net/pallab8077/34n0bpqu/](https://jsfiddle.net/pallab8077/34n0bpqu/) – Pallab Gain Jul 26 '19 at 13:13