The POST request is working fine in Postman but is generating an error in the web activity of ADF. No parameters are being passed, and the Authorization setting is “Inherit auth from parent.” Please find the more details of Postman in screenshots below.
- URL and Header:
- Postman JSON Body:
- Postman JSON Output:
Following the same approach in the web activity of ADF, but every time I get the below error:
I am trying the following approach too for the Web activity:
- Changed the Integration Runtime from AutoresolveIntegrationRuntime to SelfHostedIntegrationRuntime, but no luck.
- Added “Bearer” and a space before the value of the app-token, but no luck.
- Checked the JSON body with an online checker too.
Please, someone guide me on this. What am I missing here? The error itself says “user configuration issue.” I have tried everything and experimented in various ways but am still stuck.
-Thank You!