You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: can I send a bearer token in the auth header with the Sabre\DAV\Client?
the public function request($method, $url = '', $body = null, array $headers = []) accepts a $header array, which I beleive that it might work, but the public function propFind(string $url, array $properties, int $depth = 0): array lacks such an input.
I was wondering, if it might be another solution without changing the code in Sabre\DAV.
Thanks for your help,
Thomas
The text was updated successfully, but these errors were encountered:
Hi,
Question: can I send a bearer token in the auth header with the
Sabre\DAV\Client
?the
public function request($method, $url = '', $body = null, array $headers = [])
accepts a$header
array, which I beleive that it might work, but thepublic function propFind(string $url, array $properties, int $depth = 0): array
lacks such an input.I was wondering, if it might be another solution without changing the code in Sabre\DAV.
Thanks for your help,
Thomas
The text was updated successfully, but these errors were encountered: