Joomla 4 installed, all api related plugins enabled
Created a token in de admin
Tried both basic authentication
"Authorization: Basic ".base64_encode($user.':'.$pass),
and with token
"Authorization: Bearer TokenFromSuperadmin",
results in json format
{"errors":[{"title":"Forbidden"}]} on all requests
Joomla! 4.0.0-beta6-dev Development [ MaƱana ] 27-October-2020
php 7.3
10.4.15-MariaDB-1:10.4.15+maria~bionic
Tried it with Postman and with an actual php (using curl) on the same server
Labels |
Added:
?
|
Thanks, that did the trick
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-11-09 19:20:18 |
Closed_By | ⇒ | alikon |
closing
Does this need adding to the docs?
i think so
quite sure it can be explained here: #27021 (comment)