Noah Tran
Noah Tran
### Description If we export an entire session, Proxyman might be unresponsive since the data is huge. The reason is that Proxyman tries to encode all data (including all requests/responses...
## 🐶 Brief At the moment, all intercepted HTTP/HTTPS through Proxyman will be downgraded to HTTP/1.1. We should support HTTP/2 too and implement the HTTP/2 parser correctly. ## 👑 Criteria...
### Descriotion On macOS 13, Customize Toolbar causes the app to crash. ### Acceptance Criteria - Should work on macOS 13
### Description One useful feature of the Rule Folder is that we can disable the entire folder. Hence, all children's rules are disabled too. However, the UI doesn't reflect it,...
### Description Proxyman 3.6.1 introduces a bug that causes Proxyman creates too many Atlantis app. Thus, Atlantis is unusable. ### Expected behavior - Should work as the old build: Only...
### Description Some traffic from internal Apple libraries doesn't have the app, so Proxyman doesn't display it. ### Acceptance Criteria - If could not find the client, should append into...
### Description If we have two apps (One is from iOS Simulator, One is from Mac app), which has the same name. Proxyman will show traffic from two apps into...
### Description Currently, the `writeToFile()` in the Scripting will override the existed file. ```js function onResponse(context, url, request, response) { // Write to single file writeToFile(response.body, "~/Desktop/body.json"); // Write the...
### Description The TreeView shows the Double Type as the Other Type.  ### Acceptance Criteria - Show correct number type
### Description The Compose or Edit & Repeat tool is out of date. - Could not use HTTP Message - JSON and Form body are buggy - Missing Response Panel....