Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

Search function within WebForms tab

I always have to scan quite a bit to find the parameters and values I am looking for. I know we can search within all requests (the positive results then get highlighted), but not within the request itself in the WebForms tab.

 
  • Guest
  • Nov 16 2016
  • Under review
  • Attach files
  • Eric Lawrence commented
    November 18, 2016 19:55

    Seems like a useful feature and should be relatively straightforward to build. I rarely used the WebForms tab in favor of looking at the raw POST data with TextView and Raw inspectors, but that doesn't scale well to large querystrings, especially if they contain many encoded characters.