You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if one could define colors for different regular expressions. Furthermore, it would help if the regex could be limited to check only the first line in the response. That would speed up performance drastically.
Regex / Color Example:
200 OK - Green
403 Forbidden AND 401 Unauthorized - Blue
500 Internal Server Error - Red
Currently, it is only possible to define one regular expression per request. As a result in the example above: If I match against 200 OK, everything else will currently be colored red.
The text was updated successfully, but these errors were encountered:
viaccoz
pushed a commit
to viaccoz/AuthMatrix
that referenced
this issue
Feb 11, 2020
It would be great if one could define colors for different regular expressions. Furthermore, it would help if the regex could be limited to check only the first line in the response. That would speed up performance drastically.
Regex / Color Example:
200 OK - Green
403 Forbidden AND 401 Unauthorized - Blue
500 Internal Server Error - Red
Currently, it is only possible to define one regular expression per request. As a result in the example above: If I match against 200 OK, everything else will currently be colored red.
The text was updated successfully, but these errors were encountered: