Hello, I was able to fix the issue. The issue is with the url. There was some special characters appended at the end of the URL which caused this.
I was able to clear them and it fixed the issue.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, I had deployed a Logic App to send email notification and i am calling this logic app through ADF using web activity through POST , however i am getting the following error.
{
"errorCode": "2108",
"message": "{\"error\":{\"code\":\"AuthorizationFailed\",\"message\":\"The authentication credentials are not valid.\"}}",
"failureType": "UserError",
"target": "CallEmailApi",
"details": []
}
I have used this url in the ADF

These are settings i am using in the ADF Activity.

Hello, I was able to fix the issue. The issue is with the url. There was some special characters appended at the end of the URL which caused this.
I was able to clear them and it fixed the issue.