Noah Tran
Noah Tran
## Description It's easier to use if we click on the URL from the comment tab to open it in a default web browser. ## Why this feature/change is important?...
## Description Since we've released the [Automatic Setup](https://docs.proxyman.io/automatic-setup/automatic-setup), which allows developers to capture the NodeJS app with 1-click. We should find a solution to support Electron App 👍 ## Why...
## Description Currently, for all requests (proxy mode, not SSL Proxying List), Proxyman doesn't capture and display any server certificate. We should do it since Charles Proxy supports it. ##...
## Problem - Sometimes, Proxyman can't install the certificate to iOS Simulator: - Maybe: Xcode Command Line is not selected, or iOS Simulator is broken - It's hard to reproduce...
## Description Currently, Proxyman v4.15.0 converts all binary data (from Swift) to base64 string for JavscriptCore (Scripting). The problem is: JavascriptCore doesn't support the Data Type in Swift. It's time...
## Description Timestamp is not human-readable text, it might take a lot of time to copy & paste somewhere to parse it. ## Why this feature/change is important? - Save...
## Description If we use Atlantis on an iOS 16 Physical device, most of the time the Atlantis service cannot successfully connect to Proxyman macOS app. Always get the following...
## Description Currently, the user can't filter a certain web socket message that contains a given string. It's hard to find it. ## Why this feature/change is important? - Easier...
## Problem Currently, Proxyman is using the custom build of `Lodash` lib, which doesn't have many useful `lodash` func. ## Requirement - Update to the latest v4 Lodash library -...
## Description Proxyman accidentally overrides the built-in Promise from the Scripting Tool -> Cause many unexpected error. ## Steps to Reproduce 1. Create a script ```js async function testPromise() {...