Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active June 1, 2023 11:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/f6a3177cf33174f5496024a6db9e910b to your computer and use it in GitHub Desktop.
Save zuzannamj/f6a3177cf33174f5496024a6db9e910b to your computer and use it in GitHub Desktop.
<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