40
Views
1
Comments
Failed to read the request form. Line length limit 100 exceeded.
Question

Hi ,

I am facing the below error while calling multipart form data request in REST API,

      "Failed to read the request form. Line length limit 100 exceeded."

How to resolve this ??

Content-Type: multipart/form-data; boundary="c5a86bfb-3be9-4076-8009-7a86e0eafbc0"


--c5a86bfb-3be9-4076-8009-7a86e0eafbc0

Content-Disposition: form-data; name="Title"

Content-Type: text/plain


Testing

--c5a86bfb-3be9-4076-8009-7a86e0eafbc0--


Same API working properly in postman i facing error in outsystems rest api call itself

2022-09-21 07-29-48
Abdelrahman Gaber
Champion

Hi JP,

It might be related to a wrong parameter passing, as consuming multipart form data API has a specific parameters structure.

Kindly refer to my comment here to check if you're passing the parameter right.

Thanks.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.