03-31-2020 03:55 PM
I have a REST springBoot api and when im trying to call the method:
/alfresco/api/-default-/public/alfresco/versions/1/nodes"/{id}/children?skipCount=0",
i'm having the following error.
{"error":{"errorKey":"framework.exception.ApiDefault","statusCode":401,"briefSummary":"02310027 Authentication failed for Web Script org/alfresco/api/ResourceWebScript.get","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com"}}
I don't know why this error is happening now, if he didn't occurred before
04-01-2020 02:19 AM
401 means unauthorized, you should pass an Authorization header, either basic or bearer works.
Also, check alfresco logs, maybe it helps you to know what is happening.
02-14-2022 03:02 PM
Do you know how to set Authorization header?
Explore our Alfresco products with the links below. Use labels to filter content by product module.