Recent content by vikasjkn

  1. vikasjkn

    Windows 10 Get only current IP

    You can also directly get IP using Javascript code simply calling API like $.getJSON("https://api.ipify.org?format=json", function (data) { alert(IP: " + data.ip + "); }) Source: get client's IP address using javascript or jQuery
Back
Top