Azure Data Factory REST connector not accepting Accept header
I am using Azure Data Factory
to run a pipeline that invokes REST API
. For this I am using ADF REST
connector. As per documentation, Accept
header only takes value as application/json
. But the problem is the API that I am invoking is maintaining versions in the Accept
header like application/***v2+json
so unable to pass the same.
Can someone let me know if it’s possible or any workaround?