Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915 Fix big request test | Javier Sánchez Parra | 2021-02-23 | 1 | -4/+2 |
| | | | | | ogServer now responses with "413 Payload Too Large" when the payload is too large. | ||||
* | #1022 increase maximum API REST request size | OpenGnSys Support Team | 2021-02-04 | 1 | -1/+1 |
| | | | | | Software inventory generates a request larger that 64 Kbytes. Rise the maximum API REST request size to 128 Kbytes. | ||||
* | #915 restore more tests | Isabel Arrans | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | #915 adds test for too large HTTP request | Javier Sánchez Parra | 2019-09-04 | 1 | -0/+19 |
This test checks for too large HTTP requests, for example: POST /clients with a body of 4096 bytes. |