Hello,
We would like to test our web application as if it were an API. When we record, we would like to filter out all unnecessary requests, but I can't find a way to do all of what I need. Is there any filtering available besides the filtering in the column headers?
We want to filter out rows based on more than two criteria (need to reject .js, .css, urls containing signalr or websockets, and so on). In addition, it would be nice if these filters could be set as a default.
Is there anything available to help with this?