Skip to content

Better Content Filter #97

@NghiaTranUIT

Description

@NghiaTranUIT

Description

Currently, if the Request/Response matches any Content Filter (JSON, Form), it will return immediately.

Thus, Some request doesn't filter properly.

For instance,

  1. A request has suffixed /graphql in the URL and Response Body as a JSON.

Current:

  • Only JSON Filter would display the request
  • GraphQL doesn't show.

Expected:

  • 1 request might match with multiple filters.

Acceptance Criteria

  • One Request can matches with multiple filters
  • Fix the example case
  • Introduce the caching layer, so Proxyman doesn't need to evaluate every single request/response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request✅ DoneTicket is resolved

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions