1256
Views
4
Comments
Solved
Can we limit size of incoming request?
Question

Hi,


Can we limit size of incoming request and response payload in order to avoid any memory issues?

Limit the size of incoming requests
Response code, 413 Request Entity Too Large

To prevent memory issue limit the request and response size of payloads.

Industry default is 10MB.


Thanks,

Umesh Kulkarni

2023-07-28 17-00-32
Marco Arede
 
MVP
Solution

Hi Umesh Kulkarni,

Yes, you can enforce size limits on the HTTP request header fields.

Regards,

2021-04-21 23-06-46
Jeanene Williams

You can use the FactoryConfiguration forge component to set your web server properties including things like the "maxRequestLength" , "maxAllowedContentLength" etc.



UserImage.jpg
Guru vamsi

Hi Jeanene , As you said Can we install  'Factory Configuration forge component ' in Personal Environmental? and 

2022-09-05 11-03-57
Sérgio Miranda
Staff

Hello Guru,
You can see in the documentation page for that application on the OutSystems Forge that it is not supported:
https://www.outsystems.com/forge/component-documentation/25/factory-configuration-o11/0

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