-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Milestone
Description
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,
- A request has suffixed
/graphqlin 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