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
By comparing the request with that in the Owncloud web user interface, the frontend is also sending the header OCS-APIREQUEST: true
Once I change share.ts to include this header specifically, and re-compile and re-run, the test passes without any issue.
Is this required to be added to specific endpoints, or at a global level? I'm unsure why this is required in this case and wanted to confirm more details before submitting a PR.
The text was updated successfully, but these errors were encountered:
I have attempted using a sharing test with our Owncloud 10.1.1 instance (which already works for create / upload testcases in this repository).
but consistently to receive a
401 Unauthorized
response, even when the headers included a validAuthorization
header (basic auth).The following was the response body returned:
Testcase
Share with new user
By comparing the request with that in the Owncloud web user interface, the frontend is also sending the header
OCS-APIREQUEST: true
Once I change share.ts to include this header specifically, and re-compile and re-run, the test passes without any issue.
Is this required to be added to specific endpoints, or at a global level? I'm unsure why this is required in this case and wanted to confirm more details before submitting a PR.
The text was updated successfully, but these errors were encountered: