384
Views
2
Comments
Solved
What is limit of file size can pass as parameter when consume Rest API?
Question

Hi all,

As mention above, I want to pass binary data between two application so I decide to convert binary data to base64 string first, then I pass that base64 string as a parameter when consuming Rest API, but I don't know what is the maximum file size I can pass by using this way that Outsystems can support?

Thank you.

Regards,

Huy,


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi Huy,

I don't think there HTTP requests have any limit on the size of data, but servers & browsers have.

IE: 2GB
Firefox: 2GB
Chrome: 4 GB
Opera: 4 GB

Reference: https://www.motobit.com/help/scptutl/pa98.htm

Regards,

Daniel

UserImage.jpg
Huy Nguyen

Daniël Kuhlmann wrote:

Hi Huy,

I don't think there HTTP requests have any limit on the size of data, but servers & browsers have.

IE: 2GB
Firefox: 2GB
Chrome: 4 GB
Opera: 4 GB

Reference: https://www.motobit.com/help/scptutl/pa98.htm

Regards,

Daniel

Thanks Daniël Kuhlmann;


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