Display user's public IP #655
Answered
by
ralphocdol
simplerethink
asked this question in
Help
-
How can I display the user's public IP address? I tried:
But this results in the IP of the server being displayed, not the user's public IP. |
Beta Was this translation helpful? Give feedback.
Answered by
ralphocdol
May 22, 2025
Replies: 1 comment
-
custom-api does the request from the server and serve it to the client. You'd have to approach this differently and load your own javascript to the Glance directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
svilenmarkov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
custom-api does the request from the server and serve it to the client. You'd have to approach this differently and load your own javascript to the Glance directly.