ProxymanApp / ProxymanApp/Proxyman
script export file unreadable code (中文乱码)
Open
@NghiaTranUIT is already working on this.
Since Sep 2, 2022.
bug
- 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)
3.8.0
macOS Version? (Ex. mac 10.14)
12.5.1
Steps to reproduce
`function onResponse(context, url, request, response) {
// Write to single file
// Write the Body to file with flow ID
writeToFile(response.body, "~/Desktop/sample-" + context.flow.id+".html");
// Done
return response;
}`
Expected behavior
normal
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.