capture client ip
This commit is contained in:
parent
698d87c243
commit
5b44a4c64e
@ -41,4 +41,10 @@
|
|||||||
postLikesAndViews.style.display = "inline";
|
postLikesAndViews.style.display = "inline";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var apiUrl = serviceUrl + "/GetHeaderData";
|
||||||
|
ajax(apiUrl)
|
||||||
|
.then(function (result) {
|
||||||
|
console.log("Client Ip: " + result);
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
Loading…
Reference in New Issue
Block a user