Hello i am facing the same issue, Is there a way to solve this?
Azure Data Factory-Web Activity- Posting a file to an endpoint using multipart/form-data
I am running into issues when I am trying to post a file located in Azure Blog Storage to an endpoint using multipart/form-data.
Does Web Activity have support for multipart/form-data?
The endpoint to which I am posting receives a file, so I need to add multipart/form-data in the header of the Web Activity.
While doing so, I am getting this error message.
{"Code":101,"StatusCode":500,"Description":"Something is broken. Please post to the developer forums with additional details of your request, in case others are having similar issues.","ResponseEnvelope":null,"ExceptionDetails":{"ReferenceId":"0b573250-dda2-4f12-9131-0b31096e22c2","ExceptionData":{"Id":null,"ConstraintId":null,"Entity":null,"EndUserMessage":"Multipart body length limit 16384 exceeded.","Resource":null,"Validations":[]}},"PayLoad":null}
I am not facing any Authentication issues when calling an API from Web Activity.
Is there a way to overcome this?
Thanks!!!!