Rnj
Rnj

Reputation: 1189

How to search within all headers in chrome developer tools?

I was learning about Chrome developer tools from this official tutorial.

At one place, the tutorial was able to search through all headers: enter image description here

But for me, it is searching only through the Responses:

enter image description here

It was not listing single header with the search string:

enter image description here

What I am missing?

Upvotes: 3

Views: 1326

Answers (1)

Paku
Paku

Reputation: 777

You need to search for:

has-response-header:cache-control

Upvotes: 1

Related Questions