wip: 1682609969

This commit is contained in:
Victor Westerlund 2023-04-27 17:39:29 +02:00
parent f6881b40d2
commit 4a2b1e7faf

View file

@ -62,7 +62,7 @@
// Append Authentication header if API key is provided // Append Authentication header if API key is provided
if (!empty($this->_key)) { if (!empty($this->_key)) {
$headers[] = "Applications: Bearar {$this->_key}"; $headers[] = "Authorization: Bearer {$this->_key}";
} }
// Append new line chars to each header // Append new line chars to each header