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
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
when trying to access the users endpoint with an authenticated user but one that is different to the one that is requested e.g. http://localhost:9140/ocs/v1.php/cloud/users/user1 -u user0:123456 its opposite, the OCS status code is 403 in both cases but the HTTP status code is 200
compare results of
ocs/v1.php
andocs/v2.php
endpointe.g.
curl http://localhost:9140/ocs/v1.php/config -u user0:123456 | xmllint --format -
both endpoints return
but the v2 endpoint should return status-code
200
that is the same as the HTTP status codeThe text was updated successfully, but these errors were encountered: