Noah Tran

Results 382 issues of 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...

enhancement

### 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...

enhancement

### 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....

enhancement
βœ… Done

### 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....

enhancement
βœ… Done

### 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...

bug
βœ… Done

### 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]...

bug
βœ… Done

### 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,...

enhancement
βœ… Done

### 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....

bug
βœ… Done

### 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 ``` ###...

bug
βœ… Done

### 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...

enhancement
βœ… Done