Question

Say I've used Firebug to record many HTTP requests and responses, how can I search a string in all of them? In this way, I can easily find what a string such as tag name got changed in the context.

Was it helpful?

Solution

When you're inside the Net panel just check the option Response Bodies to search within the bodies of the HTTP requests.

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top