WARN: Broken header not found. Checking for alternatives... Line 16: header('Access-Control-Allow-Headers: Content-Type, Authorization'); Line 85: // 1. Header Authorization (no funciona en PHP-FPM/FCGI estándar) Line 90: if (preg_match('/^Bearer\\s+(.+)$/i', $header, $m)) { Line 97: $h = $all['Authorization'] ?? $all['authorization'] ?? ''; Line 98: if (preg_match('/^Bearer\\s+(.+)$/i', $h, $m)) return $m[1]; Line 102: $h = $all['Authorization'] ?? $all['authorization'] ?? ''; Line 103: if (preg_match('/^Bearer\\s+(.+)$/i', $h, $m)) return $m[1]; Line 168: 'Authorization: Bearer ' . $api_key, Line 168: 'Authorization: Bearer ' . $api_key,