Noah Tran
Noah Tran
## Description Some IPv6 requests don't show properly, we should fix it. ## Steps to Reproduce 1. Start Proxyman iOS + VPN 2. Visit `https://[240e:e1:a802:b8::8]/` on safari. Please note that...
## Description Some user requests that they would like to filter the Query Name or Subscription Name of all GraphQL requests. They can do it by using the Request Body,...
## Description Currently, Proxyman doesn't allow creating a Wildcard Domain that can match multiple requests. It's a drawback that we need to improve. For example: - `*.proxyman.app` will match `download.proxyman.app`...
## Description - Since we introduce the #1932, we should improve the Menu Context, so it's easier to create a new Domain. 
## Description We should introduce a small screen to show all Proxy Settings of the app. ## Why this feature/change is important? - Easier to find all related Proxy Setting...
## Problem Currently, Proxyman only shows the last matched debugging tools. It's a problem because 1 request can be executed by multiple tools. For example: - Map Remote -> Breakpoint...
## Description - Some users are working on the HLS and would like to have syntax highlighting for this format. ## Why this feature/change is important? - Easier to debug...
## Description If the value of a pair key and value is an empty string (application/x-www-form-urlencoded), Proxyman Scripting removes the `=`, which is the incorrect format. ## Steps to Reproduce...
## Description Server Certificate show incorrect data in CONNECT requests. ## Steps to Reproduce 1. Remove all SSL Proxying List 2. Visit producthunt.com 3. Verify the server certificate is empty...
## 🐶 Brief - Proxyman Script doesn't update the sharedState if using abort() ## How to reproduce it 1. Use the Script with `abort()` and `sharedScript`  2. Send 2...