100.24.115.215
ec2-100-24-115-215.compute-1.amazonaws.com
Click the button to get your coordinates.
- IP address
- Hostname
- Geolocation
- This will only work if you grant permission when prompt by the browser.
This will only work in a secure context which means that the browser support https and provide an encrypted connection between the
web server and the visitor's browser.
I use PHP to get the visitor's IP address using PHP:
$_SERVER['REMOTE_ADDR']
and JavaScript:
navigator.geolocation
I don't collect or save any of this information. You can inspect the source code on GitHub
here.