Description
When Filtering for status codes, the wired status code filter is wrong and results in an empty table.
Unfortunately my test has no results (unless the backend also filters wrong, i did not check that).
But clicking on it, it opens the url with /pages/response?status_code=5
Though testing the same format with 200 status codes, it would be /pages/response?status_code=2 which results in an empty table. Correct would be /pages/response?status_code=200-299
Steps to reproduce
- Filter for status codes
- Notice that the filter is wired wrong and shows an empty table.
Expected behavior
Correctly filtered table
Actual behavior
Version
v0.12.8
Operating System
Windows (x86_64)
Configuration
Logs
Description
When Filtering for status codes, the wired status code filter is wrong and results in an empty table.
Unfortunately my test has no results (unless the backend also filters wrong, i did not check that).
But clicking on it, it opens the url with
/pages/response?status_code=5Though testing the same format with 200 status codes, it would be
/pages/response?status_code=2which results in an empty table. Correct would be/pages/response?status_code=200-299Steps to reproduce
Expected behavior
Correctly filtered table
Actual behavior
Version
v0.12.8
Operating System
Windows (x86_64)
Configuration
Logs