Re: Getting user's IP address in LC Server

2021-05-04 Thread Tim Selander via use-livecode
Hi Matthias! Works like a charm -- didn't even occur to me to check the server variable for IP. (yeah, amateur!) Thank you. Tim Selander Tokyo On 2021.05.04 16:48, matthias rebbe via use-livecode wrote: Hi Tim, you can use the array variable $_SERVER for it. The variable contains the CGI

Re: Getting user's IP address in LC Server

2021-05-04 Thread matthias rebbe via use-livecode
Hi Tim, you can use the array variable $_SERVER for it. The variable contains the CGI interface related variables, along with any HTTP_* variables that are available. $_SERVER["REMOTE_ADDR] contains the remote ip address. Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am

Getting user's IP address in LC Server

2021-05-03 Thread Tim Selander via use-livecode
Hi, I am trying to make a web page that changes content a bit based on the user's location. I am using my on-rev hosting account and am trying two different service's APIs: 1) put "My country is" && url "https://api.ipdata.co/country_name?api-key=my/key; 2) put "curl