I just want to ask if there is a way to get IP addresses using only javascript? searched for a long time, and most of the results I should use api (s). I used this webrtc and it works fine, but it doesn’t work on IE, the API is wonderful, I tested some and works fine in different browsers.
but do I need to get the code itself from the api, or can I get / extract the code from the api itself and make the specified file for the source, so I won’t rely on the source from the Internet?
I need a RAW file from api, because if the src from api were down, it would affect my site too, so I want it to receive and create an external source and include it on my site.
source share