I have a API, that allows to upload file using the API and a key in the Headers. Can this url be considered as a signed url for the design automation api?
The following is my API request to send the work item.
"result":{
"verb":"put",
"url":"https://my-website.com/forgeapi/uploadFile",
"Headers":{
"apikey":"ASDFFGHJKLLSDFGFAKEHGKEYHGFGHJ"
}
Please Note:Here result was declared during creation of activity and consists of the location where I want the file to be uploaded.
I am getting a status as "status": "failedUpload"
And the log says
[06/21/2019 10:22:31] Warning: Request failed with Win32 exception, code = 12030, reason = Error 12030 calling WINHTTP_CALLBACK_STATUS_REQUEST_ERROR, 'The connection with the server was terminated abnormally'..