I want to get IP of computer in my site. For that I used http://ipinfo.io from ajax.Get Method. It works fine on http:// Page but on https:// page it gives the following error
Blocked loading mixed active content http://ipinfo.io/
So how to get IP in JavaScript on https:// page?