Noah Tran
Noah Tran
### Description At the moment, we serialize the message to JSON string by using Codable. It might be not high performance and take more space. We should consider using NSCoding...
### Expected behavior I expect that there is an API that I can configure my DNS Server of ClientBootstrap. ### Actual behavior I don't know how to manually configure the...
### Description If we enable SSL Proxying with: - `*` wildcard for all incoming/outgoing traffic - Web Browsers (Google Chrome, Safari, Firefox, ...) Proxyman will try to decrypt all traffic....
### Description Some users would like to export the body for multiple Requests or Responses. However, Proxyman hasn't implemented this feature. They have to export via ProxymanLog or Raw Message....
### Description The Script might incorrectly parse the body, which causes the error: ``` βError: TypeError: undefined is not a function (near '...array?.forEach...') ``` ### Acceptance Criteria - Fix the...
### Description 2 Proxyman users report that Avast Security warnings about the Security Threats on TinyConstraints framework: https://github.com/roberthein/TinyConstraints. It's a lightweight framework for Auto Layout. ``` TinyConstraints - MacOS:Agent-UK [Susp]...
### Problem Currently, when installing & trusting a new certificate, Proxyman performs it under System Keychain. Thus, it requires the `sudo` permission TWICE β During working on the Windows version,...
### Description If we use async func for the scripting, the app doesn't display the error. ```js /// async function onResponse(context, url, request, response) { // β Syntax error here....
### Steps to reproduce 1. Use `proxyman-cli` to export a scripting rule 2. Use `proxyman-cli` to import a exported file. ```bash $ /Applications/Proxyman.app/Contents/MacOS/proxyman-cli import -m override -i ~/Desktop/proxymanconfig.config ``` ###...
### Description Proxyman might be unresponsive if we inspect the Request/Response, in which the body size is bigger than 20Mb. ### Acceptance Criteria - In the Body Tab: Don't display...