Large Number of Random Alphanumeric Headers
| Item | Description |
|---|---|
| Full Fuzzer Name | LargeNumberOfRandomAlphanumericHeadersFuzzer |
| Log Key | LNORAH |
| Description | This adds 10 000 random alphanumeric headers to the request. Header's values can are random alphanumeric values. The expectation is that APIs ignore them and process a happy path. |
| Enabled by default? | Yes |
| Target header types | N/A |
| Expected result when fuzzed header is required | 2XX or 4XX |
| Expected result when fuzzed header is optional | 2XX or 4XX |
| Fuzzing logic | Add 10 000 random alphanumeric headers to every request path and http method. |
| Conditions when this fuzzer will be skipped | None |
| HTTP methods that will be skipped | None |
| Reporting | Reports error if: 1. response code is other than 4XX or 2XX; Reports success if: 1. response code is 4XX or 2XX. |