Hello!
Something broke today; API requests aren't working. We haven't changed anything on our side, but we're still getting the error:
Failed to connect to wyday.com:443 after 132145 ms: Could not connect to server 2803
What happened?
Here's the code.require('LimeLM.php');
date_default_timezone_set('Asia/Almaty');
$email = $_GET["email"];
$arr = $_GET["arr"];
$onlyMain = $_GET["main"];
LimeLM::SetAPIKey("OUR_API_KEY", LM_JSON);
$version_id = '4266';
Everything's working fine here. No downtime (planned or unplanned) in months. Make sure your PHP is the latest version, and make sure the OS you're running on is the latest version.