'error', 'message' => 'Method not allowed', ], JSON_UNESCAPED_UNICODE); exit; } $clientIp = getRequestClientIp(); $bypass = isGeoBypassTrustedIp($clientIp); echo json_encode([ 'status' => 'success', 'bypassGeo' => $bypass, 'clientIp' => $clientIp, ], JSON_UNESCAPED_UNICODE);