ProxymanApp / ProxymanApp/Proxyman

[Feature Request] - Add support for importing and exporting scripts, and perhaps breakpoints too.

Open
#679 8 comments 0 reactions 1 assignee View on GitHub

@NghiaTranUIT is already working on this.

Since Nov 5, 2020.

✅ Done enhancement Feature request
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.