In my code I have an HTTP file activity in the "Source" of a copy task. This hits an Azure Function HTTP endpoint and returns a String when complete. I want to store that String result into a "Sink" of Azure Blob.
My Linked Service looks like so.
My Dataset looks like so.
I get the following error when debugging
"{ "errorCode": "2200", "message": "Failure happened on 'Sink' side. ErrorCode=UserErrorInvalidHttpRequestHeaderFormat,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Failed to set addtional http header,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.ArgumentException,Message=Specified value has invalid HTTP Header characters.\r\nParameter name: name,Source=System,'", "failureType": "UserError", "target": "Copy Data1" }"