Advanced search capability has been added in this release which improves on the previous search by adding a negation search (i.e. "-carts" which would remove requests containing "carts" in the results).
Additionally, AND and OR searching filters have been added. So you can search for:
products
ANDservices
Which would return any request containing BOTH products
AND services
somewhere in the headers, request body, etc…
And you can search for:
products
ORservices
Which would return any requests containing EITHER products
OR services
.
Using the Open Source JSON Editor, you can now easily search and view JSON data just as you can on the official jsoneditoronline.org website.
Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.
Download the current panel as a JSON doc.