ProxymanApp / ProxymanApp/Proxyman
[Feature Request] - Add support for importing and exporting scripts, and perhaps breakpoints too.
@NghiaTranUIT is already working on this.
Since Nov 5, 2020.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Proxyman version? (Ex. Proxyman 1.4.3)
2.11.1 (21110
macOS Version? (Ex. mac 10.14)
10.15.6
I would like to be able to export, and import, Proxyman scripts in order to share them between team members. Currently the only way to share a script is a bit of a hassle as the .js script doesn't include the matching rules.
- You can use Show in Finder to locate the .js file and share that
- You have to have to manually import it
- Set the matching rules manually as well, as it doesn't contain the Matching Rule details, i.e. Name, URL, Type, Wildcard and Request/Response settings.
Additionally the script uses a hex filename, which doesn't lend well to sharing and identifying what it does.
Ideally, exporting a script would be a single file that contains:
- The Name/Description
- Matching URL
- Method type (ANY, GET, POST etc)
- Wildcard/Regex settings
- Run on Request/Response
- The JS script itself.
Whilst not as important, it would also be nice to be able to import and export breakpoint configurations as well.
Thanks! Keep up the great work on this indispensable tool.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.