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,
Hi Huy,
I don't think there HTTP requests have any limit on the size of data, but servers & browsers have.IE: 2GBFirefox: 2GBChrome: 4 GBOpera: 4 GB
Reference: https://www.motobit.com/help/scptutl/pa98.htm
Daniel
Daniël Kuhlmann wrote:
Thanks Daniël Kuhlmann;