02-02-23 12:52 PM
Hi everyone,
I'm trying to upload two files to an API endpoint with the Web AP Services. I'm using a POST Multiple Files action, but I keep getting a Status 400 error which states:
[Failed to read the request form. Missing content-type boundary.]
For now, the only headers I'm using are
accept
H X-UPLOAD-API-KEY
Content-Type: multipart/form-data
Can somebody explain where I have to add the boundary? And what the boundary should look like? I have received a screenshot from the API developer which states the following:
content-type: multipart/form-data; boundary=----WebKitFormBoundarytfAPDImBwMN9BExF
Thanks in advance!
02-02-23 03:57 PM