12-16-2022 02:53 AM
Hi there,
I am trying to upload a file to a REST post web service. From the developer guide here is a code sample:
and the parameters.
I have tried passing an encoded base64 string using binary to document, but looking at the code sample, the web service wants a multipart/form-data POST.
Here is the configuration i have tried in Snap…
At the moment, i am getting this error…
“errors”:[{“detail”:“Multipart form parse error - Invalid boundary in multipart: None”,“source”:{“pointer”:“/”},“status”:“400”
Could someone please guide me on how to use the multi part configuration in Snap
Solved! Go to Solution.
12-16-2022 03:12 AM
i resolved this by removing the content type from the header
12-16-2022 03:12 AM
i resolved this by removing the content type from the header