I have a few scripts that use the legacy API key. The one in my local environment works fine. But last night I moved my production environment to a new server that has a new IP address, and the legacy calls there that use the same code / methods fail here:
if($app->cfgCon(“connectionName”)){
I noticed in the app there is an “allowed IP List” for the legacy API key that I never noticed before. I’ve never whitelisted any IP addresses and the box is currently empty, but I wondered if the failure I’m getting could be because of the new server IP.
Is there a way to see if there are any whitelisted IPs that aren’t shown in the UI? Any other thoughts on why an environment move would cause this failure?