Problem mit Verbindung zur Rest-Api

funktioniert bei mir ohne probleme in 403. $client = new ApiClient( //URL des Shopware Rest Servers 'http://bui-shopware-dev.de/WEB/shopware/4/api/', //Benutzername 'admin', //API-Key des Benutzers '3xcLdu1ul5Eplybm2Kv3m8JP7mgJJke2uSw85adz' ); print\_r ($client-\>call('articles/2', ApiClient::METHODE\_GET)) allerdings habe ich das if (isset($\_SERVER['Authorization'])) ... weggelassen.