How can I fetch client ipAddress using js in IE11 when ActiveXObject is not supported in IE anymore?
I am trying to fetch ipAddress using JavaScript RTCPeerconnection helped me to get the ipAddress in case of other browsers. But not on IE11.. ActiveXObject is also not supported anymore. Is there any other way to get the ipAddress in IE?