Hi All, I am trying to integrate REST API with adaptive form using form
data model. My REST api doesn't have any authentication but i get below
error when i test the connection. {"errorCode":
"AEM-FDM-001-016","errorMessage": "Error occurred while invoking the
service.","originCode": "500","originMessage": "Unauthorized request"}
My swagger file is good and i am able to see all the fields extracted
from swagger. Did anyone faced the same issue? let me know if there any
solution for this or need ...