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
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",
Expected result
results in json format
Actual result
{"errors":[{"title":"Forbidden"}]} on all requests
System information (as much as possible)
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
Additional comments
Tried it with Postman and with an actual php (using curl) on the same server
The text was updated successfully, but these errors were encountered:
Steps to reproduce the issue
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",
Expected result
results in json format
Actual result
{"errors":[{"title":"Forbidden"}]} on all requests
System information (as much as possible)
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
Additional comments
Tried it with Postman and with an actual php (using curl) on the same server
The text was updated successfully, but these errors were encountered: