Chrome dev tools can filter with prefixes

Just join the Ten Thousand with this. You can filter network request fields using prefixes

  • Chromium:: Version 54.0.2833.0 (64-bit)
  • Where:: Dev Tools -> Network -> Filter

You can filter specific value

Format is <prefix>:<value>.

For example setting the filter values to has-response-header:Set-Cookie will filter by all requests the have the set-cookie header.

Options

  • domain:
  • has-response-header:
  • is:
  • larger-than:
  • method:
  • mime-type:
  • mixed-content:
  • scheme:
  • set-cookie-domain:
  • set-cookie-name:
  • set-cookie-values:
  • status_code:

Negation

Just prefis the prefix with -. For example, -domain:localhost removes all localhost requests