When an HTTPQL filter is applied in the dashboard, new requests don't show up in the list.
workflow
- Configure autorize
- Turn on passive scanning
- Start capturing requests
- Filter out an attribute (e.g. req.path.ncont:"admin")
- Send more requests - they don't appear
- Delete filter - the missing requests appear
- Re-apply filter - the requests stay as expected, since they don't match the filter. New requests made after the filter was re-enabled are not visible.