In the /web/root/index.ssjs I would like to grab the connecting user's IP
address and pass it along to a system.open("script ip_add") as an argv but
Re: Getting IP Address
By: Mortifis to All on Mon Jan 21 2019 15:45:03
In the /web/root/index.ssjs I would like to grab the connecting user's IP
You can get it from http_request.remote_ip or client.ip_address, and these probably have the same value.
address and pass it along to a system.open("script ip_add") as an argv but
system.exec('/path/to/script ' + http_request.remote_ip);
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 104 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 20:00:40 |
| Calls: | 7,088 |
| Calls today: | 7 |
| Files: | 9,223 |
| D/L today: |
182 files (25,958K bytes) |
| Messages: | 374,157 |