2020-06-30 12:50:28 +02:00
|
|
|
== Recommended Secure Coding Practices
|
|
|
|
|
|
|
|
* For most of the features of an application, it is recommended to limit the size of requests to:
|
2020-12-21 15:38:52 +01:00
|
|
|
** lower or equal to 8mb for file uploads.
|
|
|
|
** lower or equal to 2mb for other requests.
|
2020-06-30 12:50:28 +02:00
|
|
|
|
|
|
|
It is recommended to customize the rule with the limit values that correspond to the web application.
|