Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SvetlaGeorgieva opened this issue Mar 6, 2024 · 2 comments
Labels
FP:Completed Item which is completed (Public Portal Integration) Еnhancement New feature of an existing functionality or an improvement of an existing functionality.

Comments

@SvetlaGeorgieva
Copy link

SvetlaGeorgieva commented Mar 6, 2024

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.

@SvetlaGeorgieva SvetlaGeorgieva added the Еnhancement New feature of an existing functionality or an improvement of an existing functionality. label Mar 6, 2024
@NickIliev NickIliev changed the title Added search functionality Add global search functionality for multiple Request/Response Bodies Mar 6, 2024
@NickIliev
Copy link
Member

NickIliev commented Mar 6, 2024

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 NickIliev added wontfix This will not be worked on FP:Planned Item which is planned for delivery (Public Portal Integration) and removed wontfix This will not be worked on labels Mar 6, 2024
@rosen-vladimirov rosen-vladimirov added the Triaged The issue has been reviewed by the team and marked as valid label Mar 15, 2024
@NickIliev
Copy link
Member

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

@NickIliev NickIliev added FP:Completed Item which is completed (Public Portal Integration) and removed Triaged The issue has been reviewed by the team and marked as valid FP:Planned Item which is planned for delivery (Public Portal Integration) labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FP:Completed Item which is completed (Public Portal Integration) Еnhancement New feature of an existing functionality or an improvement of an existing functionality.
Projects
None yet
Development

No branches or pull requests

3 participants