Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915 add test for too large HTTP request fields | Javier Sánchez Parra | 2019-09-10 | 1 | -0/+29 |
This test checks for wrong headers HTTP requests: 1. POST /clients with a content length larger than a signed int. 2. POST /clients with an auth token larger than 63 characters. |