mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #780] No way to filter on request body #774
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#774
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rsaunders100 on GitHub (Feb 5, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/780
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Version 2.16.1 (21610)
We have a universal endpoint, the request body changes not the URL so there is no way to filter on a particular request for rewrite or a breakpoint.
@NghiaTranUIT commented on GitHub (Feb 6, 2021):
Hi @rsaunders100, we'd not introduce the "Request Body Matching" because it could make the UI more complicated.
To resolve it, I'd highly suggest using ReWrite. Here is an example to solve your cases:
Notes
@rsaunders100 commented on GitHub (Feb 8, 2021):
Thanks! Very helpful.
Is the
sharedStatevariable specific to the request response pair? Or is it global for all requests?@NghiaTranUIT commented on GitHub (Feb 8, 2021):
Yes, it's only available in this request-response pair (not global variable for all requests). You can read more at https://docs.proxyman.io/scripting/environment-variables @rsaunders100