I am trying to send a POST HTTP request with Content-Type=multipart/form-data and I keep getting this error response: (status code: HTTP/1.1 400 Bad Request), returned VT_BSTR : {"errors": [{"message": "Multipart Request should be correctly formatted (1=name, 2=key)"}]}.
I have added screenshots from what the request payload and request headers look like when ran from swagger editor, screenshot of the HTTP session i have defined in the protocol.xml, and a screenshot of the of the request being logged by the element. Does anyone know what the issue could be?
Hi Julian,
As an extra side note, you should let DataMiner add and calculate the Content-Length header instead of hard-coding it in the connector.