From Sandcat Browser

LiveHeaders: DisplayFilters

Using the Sandcat Live Headers' Display Filter

Sandcat 4 adds a display filter option which allows you to view only requests that satisfy a given expression or set of expressions. A filter can be a query string followed by optional operators, or just query operators. Below you can find a list of the available query operators and a couple of usage examples.

Usage - Simple Query String

sitemap

will match any request that has 'sitemap' as part of its path. Example:

http://www.chromium.org/system/app/pages/sitemap/hierarchy

Usage - Query Operators

status:200

will match any request that has a 200 status code.

sitemap status:200

will match any request that has 'sitemap' as part of its path and a 200 status code.

sitemap status:200 method:POST

will match any POST request that has 'sitemap' as part of its path and a 200 status code.
Retrieved from https://www.syhunt.com/sandcat/index.php?n=LiveHeaders.DisplayFilters
Page last modified on May 29, 2013, at 11:31 AM