<script type="javascript" runat="server"> | |
Platform.Load("core","1"); | |
var ip = Platform.Request.ClientIP(); | |
Write("Your IP: " + ip); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment