ProxymanApp / ProxymanApp/Proxyman
Map Local Recording
@NghiaTranUIT is already working on this.
Since Dec 8, 2020.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
I have one use case which I use very often but it's very time consuming so I have idea how to improve it and you say if it's possible.
Sometimes I need to cache locally every response from my backend so then I might use it even offline or when backend is down. In such case I need to visit every page on my website and load every resource I might need in future. But this is very time consuming since after each request I need:
- switch to the Proxyman
- find request which I want to cache
- right click on request and choose Tools -> Map Local
- choose some meaningful name for new rule
Though what might help in this scenario is new feature called for example "Map Local Recording" where user just clicks on a button "Record" and every request that comes from given domain or path just automatically creates Map Local Rule for itself. And all I need to do is just:
- press "Record" button on domain or path
- visit all pages that I want to cache
- press "Stop Recording" button
And after this I expect a bunch of new Map Local Rules were created automatically. Is it possible to implement?
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.