Detect visitors from EU countries
$.get("https://ipforensics.net/api/v1/origin?apikey=APIKEY", function (response) {
if(response.meta_data.geolocation.in_eu){
alert("By looking at this page you are agreeing to our use of cookies.");
}
}, "jsonp");PreviousDetect Users Device/Computer and Operating SystemNextHow to detect and prevent credit card fraud
Last updated