telerik / fiddler-everywhere

This public repository aims at providing a convenient way for users of Fiddler Everywhere to report issues they may encounter while using the tool.
7 stars 0 forks source link

Add global search functionality for multiple Request/Response Bodies #5

Open SvetlaGeorgieva opened 4 months ago

SvetlaGeorgieva commented 4 months ago

Is your feature request related to a problem? Please describe.

Some users have reported difficulty finding specific sessions in the already captured sessions based on information that is contained within the HTTP bodies.

Describe the solution you'd like

Consider extending the global search functionality to support searching in Request/Response Bodies in multiple sessions.

NickIliev commented 4 months ago

Currently, Fiddler Everywhere does have a global quick search that matches specific terms from the session's grid or the specific session HTTP headers. Searches that can match specific terms from multiple HTTP bodies would need to be more efficient in terms of performance (e.g., searching thousands of bodies with sizes varying from a few KB to many MB).

Solution

The Fiddler Everywhere app provides filtering traffic through enhanced filtering options.. That enables users to create a filtering rule based on a matching condition that looks for a specific value within the HTTP Request and Response Bodies.

For example image

NickIliev commented 1 month ago

The latest version of Fiddler Everywhere can now be searched within the Request and Response bodies. The new feature can be turned on by toggling the "Search in Body" option in the Quick Search field.

image

More details about the feature are available here: https://docs.telerik.com/fiddler-everywhere/knowledge-base/live-traffic-pane#searching-within-request-and-response-bodies