Currently working on GET request in Azure Data Factory pipeline. The request works perfectly fine in Postman and CURL, but when tried in ADF it is not successful
Passing the Bearer token with Oauth
When tried the same in ADF, getting the following error
Web activity
Error: Details { "errors" : [ { "message" : "Content type '' not supported", "type" : "HttpMediaTypeNotSupportedError" } ] }
I have tried with Rest API and HTTP connector as well, getting similar error. Please advise if there any limitation on Content-Type and/or how we can address this issue.
Added:
I have tried different options as well but no success