-2

I'm trying to make a website that collects IPs so that I can verify them for a game and so that they can't bypass a ban, but I'm not sure how to collect a user's IP from a web request using Javascript, can anyone help me on this?

1 Answers1

-1

Your web server would track which IP addresses are accessing it, so you could capture it there.

For javascript though there's a few suggestions on SO already:

Like this

J L
  • 56
  • 1
  • 6