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
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.