mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-05-06 13:20:24 +03:00
[GH-ISSUE #1000] Feature: Will Proxyman support map local with some URL and different form data? #997
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#997
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 @fedorjia on GitHub (Sep 17, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1000
Originally assigned to: @NghiaTranUIT on GitHub.
All our interface requests are some URL: https://xxxx./data.json, and the methods are all Post.
Different requests are distinguished by the action field in the form data.
In this case, does Proxyman Map Local support ?
@NghiaTranUIT commented on GitHub (Sep 17, 2021):
It's too complicated when defining a matching URL, with URL, Method, and the Body (Form data or JSON) on Map Local tool.
I highly suggest using the Scripting tool, because it's born to do it.
Here is the snippet code that achieve your expect:
@NghiaTranUIT commented on GitHub (Sep 17, 2021):
Here is the Snippet code you might find useful: https://docs.proxyman.io/scripting/snippet-code
@fedorjia commented on GitHub (Sep 17, 2021):
Nice, it works. Thank you.