How to search a string in all HTTP request/response that firebug captures?

StackOverflow https://stackoverflow.com/questions/22293459

  •  12-06-2023
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top