Proxyman Versions Save

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️

5.1.1

4 weeks ago

Improvement

  • Proxyman now can preview Server-Sent Event(SSE) in realtime
  • Add: GraphQL Filter in the main filter
  • Optimize Memory Usage when exporting a large data to ProxymanLogv2
  • Add: Leading text truncation option for the main table view. Easier to see long text.
  • Able to export HAR and CSV from multiple folders
  • [License Manager] Able to add comments/notes to the device

Bugs

  • Fixed: [Map Remote] Map Remote breaks for query parameters at the root path
  • Fixed: Use No-Caching on Repeated Request in Setting does not save
  • Fixed: proxyman-cli import does not activate the 'allow system environment' Scripting
  • Fixed: HAR Export on 12h Time Produces Incorrect Timestamps
  • Fixed: Proxyman Causes Massive Request Load when Using ESET AntiVirus Tool
  • Fixed: Proxyman consumes a lot of RAM Usage when exporting to ProxymanLog file
  • Fixed: Is there a way to see response data for streaming API calls (eg. endpoints meant for receiving Server sent events)
  • Fixed: 'Copy to cURL' has incorrect escape single quote in the body
  • Fixed: Can't export HAR, CSV from the Saved Folder
  • Fixed: Can not decode Base64 String which is encoded by Java algorithm

Screenshot

Proxyman with text truncation

Proxyman with GraphQL Filter

5.0.0

2 months ago

Features

  • Introduce the Proxy Advanced Setting
  • Support Wildcard domain on the Left Panel that allows developers to match different URLs
  • Auto break of URL and fill for fields on Map Remote (like we had in Charles Proxy)

Improvement

  • Able to edit SSL Proxying Entry
  • Make a clickable URL on the Comment Tab
  • Support M3U8 HLS Syntax highlighting
  • Improve New Menu Context from the Source List
  • Move some unnecessary settings from Settings -> General Tab to a different screen

Bugs

  • Fixed: Custom pinned wildcard domains have blank labels and don't show results
  • Fixed: [codegen] support dart/flutter
  • Fixed: URL path in the blocked list is ignored, if the domain is listed in the allowed wildcard
  • Fixed: Listening on localhost is not synchronized with UI
  • Fixed: Links are not clickable on the Body Tab
  • Fixed: SSL Proxy List can't be edited
  • Fixed: [BUG] Proxyman Script doesn't update the shared state if using abort()
  • Fixed: iOS app - misspelling in menu Tools > No Caching
  • Fixed: [BUG] Server Certificate shows incorrect data
  • Fixed: [Scripting] Scripting removes the = in the form body if the value is empty
  • Fixed: Delete single or multiple flows behavior doesn't match with macOS UX.
  • Fixed: proxyman-cli import does not enable SSL proxying rules

Screenshots

Proxy Advanced Setting

CleanShot 2024-02-09 at 16 11 02@2x

Wildcard on Left Panel

new

Auto break URL for Map Remote

https://github.com/ProxymanApp/Proxyman/assets/5878421/3610c636-ca12-4065-94bc-bc64353e26ca

4.16.0

3 months ago

Features:

  • Introduce the Manual Install the certificate to the iOS Simulator by Drag and Drop.
  • [WebSocket] Support Filter WebSocket Message for the Web Socket

Improve

  • Upgrade to the latest v0.45.0 Monaco Editor for the Body previewer. Better performance and show color for each pair of { and }
  • Update new Icon for Proxyman File Icon
  • Hide the alert if the custom certificate does not satisfy Apple Requirements
  • [Scripting] Update the latest Lodash libs
  • [Compose Tool]: Option to follow the redirects or not
  • Support Miliseconds when Convert Timestamp to human-readable time
  • [Scripting] Support Binary Data via Uint8Array
  • Previewing images breaks while previewing other file types
  • [Scripting]: Scripting Tool can now work with Map Remote Tool

Bugs

  • Fixed: [Scripting] Error when using built-in Promise
  • Fixed: [BUG] Drag & Drop a file to the Body View will break the UI
  • Fixed: Support "Show Invisibles" in the Body Tab
  • Fixed: This document contains many ambiguous Unicode characters (Disable Ambiguous Highlight) leads to an error
  • Fixed: Invalid Promise object in Script runner breaks require of full lodash suite
  • Fixed: jwt string in the request body gets converted to JSON payload when scripting is enabled
  • Fixed: Response window scrolling bugs

Screenshots

  • Filter By Websocket Message

https://github.com/ProxymanApp/Proxyman/assets/5878421/97178b0d-2edb-414e-bd47-aa3ddeca8a4c

  • Manual Install the certificate to iOS Simulator

https://github.com/ProxymanApp/Proxyman/assets/5878421/8bf45380-5351-4ef9-b571-8f2f6705e422

4.15.0

4 months ago

Improve

  • Improve UX: Do not auto-select the Saved Folder after saving a request.
  • Improve UI of the iOS Simulator Setup Guide.
  • Use Monospaced font for UI.
  • [Scripting] Programmatically load the system environment from JS Code.
  • [SSL Proxying List] New UI: Merge the Wildcard and Domain into a single input. Easier to use.
  • Re-wording the alert if the Root Certificate is expired.

Bugs

  • Fixed: Proxy Helper Tool installation did not succeed on Macbook SIP is disabled.
  • Fixed: Proxyman shows HTTP Version incorrectly when importing a HAR log.
  • Fixed: Links are not clickable on Body Previewer.

Screenshots

Proxyman captures HTTPS traffic from iOS Simulator

Use Monospaced font for Proxyman

4.14.0

5 months ago

Bugs

  • Fixed: ✅ Crash when cleaning unused memory if the RAM usage is over 2Gb
  • Fixed: [Protobuf] Fix search in combo box when selecting Protobuf Message Type
  • Fixed: Processing a large multipart body might cause the app to hang
  • Fixed: Export Multipart with the incorrect file extension
  • Fixed: Proxyman always processes the Multipart data multiple times for the same body -> Waste CPU
  • Fixed: The multipart tab shows old data even though we select a new request

4.13.0

5 months ago

Improve

  • ✅ Helper Tool v1.5.0: Fix Security Vulnerability (CVE-2023-45732) that Proxyman v1.5.0 or older (2019) can connect to the Helper Tool (v1.4.0) and override the system proxy without user consent. This fix will add some constraints to verify the incoming Connection. (The caller must be notarized by Apple, signed by Proxyman LLC Certificate, enabled Library Validation, and enabled Force Hard flag). 📣 Credit to Scott Leitch from NCC Group.
  • [Scripting] Support native URL and URLSearchParams for Scripting.
  • [Compose] Able to set the Request Timeout (default is 30 seconds) in the Setting -> Tool Tab
  • Improve Proxyman Pro UI: Hide the FREE version if it's a PRO version
  • Add Proxyman CA Certificate into a certificate chain. It's useful if the client needs to verify the certificate.
  • Able to change the Proxy port in the Proxy Info Popover
  • [Compose Tool] Able to paste the cURL and display it on the Compose View
  • Support Timestamp convert to human-readable date time

Bugs

  • Fixed: Crash on macOS 10.15 and macOS 11 due to an internal crash from AppCenter framework
  • Fixed: Clear Session might not close all alive connections properly due to race condition issues
  • Fixed: Request/Response panel does not update correctly after deleting a request
  • Fixed: Websocket with Multiple JSON does not beautify properly
  • Fixed: 'Add App / Domain...' in the SSL Proxying List might not work properly
  • Fixed: Cannot get the Root Certificate from Android client X509TrustManager
  • Fixed: Missing Query in some HAR files
  • Fixed: Diff tool in the Free version. It can add up to 2 requests/responses

Screenshots

Proxyman Helper Tool v1.5.0

4.12.0

6 months ago

Feature

  • Ready for macOS Sonoma 14. Build and Optimized with the latest macOS 14 and Xcode 15.
  • New design for Proxyman Pro Feature -> Show the difference between the FREE and PRO plan.

Improvement

  • [Scripting] Multiple Scripts can be executed.
  • [Gist] Add option to scrub credentials when exporting to gist
  • Proxyman Root Certificate is now generated by Boring SSL
  • Toggle Map Local, Breakpoint, and Scripting Tools by command line
  • Add some Apple hosts to the default list of Bypass Proxy List -> Prevent capturing too much unnecessary Apple Traffic.

Bugs

  • Fixed: Typo on some UI
  • Fixed: Reset all Proxyman Certificate features still reset even though the user cancels the Authentication
  • Fixed: Cannot install certificates due to invalid OpenSSL version on the macOS
  • Fixed: Response pane has excessive minimum width, prevents resizing of the left sidebar, and forces the window to be wider than screen bug
  • Fixed: Some internal crashes

Screenshots

Proxyman app on macOS Sonoma 14

New Proxyman Pro Plan design

4.11.0

7 months ago

Feature

  • Introduce the Custom Filter -> Allow to create your own filter and add it to the filter toolbar for quick access.

Improvement

  • Improve Memory Usage: From 2-3Gb to 100-200Mb if using the app for a long period of time (12-24 hours or days).
  • Disable an SSL certificate verification when using WebView Previewer.
  • Add a Helper button to remove the Domain from SSL Proxying List -> It's useful if this domains are protected by SSL Pinning
  • [ProxymanCLI] Clear Session by using proxyma-cli

Bug

  • Fixed: Memory Leaking due to initializing a lot of unused Locks.
  • Fixed: Clear Session does not remove all unused Tree View.

Screenshots

Custom Filter

4.10.0

7 months ago

Improvement

  • Improve Android Network Setup guide: No need to add domains to the network_security_config.xml
  • Remove Domain Manage in the Android Setup Guide. It's not needed anymore.
  • Update the latest SwiftNIO v2.58.0 with performance improvement and patched security.
  • [Scripting] Support `console.log()`` with multiple arguments
  • [Scripting] Add an option to hide all Proxyman Logs in the Console Log. Only display user logs.
  • [Breakpoint] Allow to use custom Status Code on Breakpoint Response, e.g. Status Code 430

Bug

  • Fixed: Proxyman does not show IPv6 address properly
  • Fixed: Proxyman could not make a connection with the IPv6 address
  • Fixed: Excessive memory consumption when reloading React Native
  • Fixed: HTTPS Connection hangs forever when using Android Emulator with Proxy Setting
  • Fixed: Crashed when accumulating Request/Response Body. Reported by AppCenter.

Screenshots

network_security_config.xml config for Proxyman

4.9.1

8 months ago

Improve

  • Improve performance when rendering a huge dataset
  • Update to v1.0.9 Brotli Google Lib
  • Update to the latest version of SwiftNIO Core

Bugs

  • Fixed: Certificate Status does not update properly after installing a new one
  • Fixed: Could not use Custom Status Code in Breakpoint Response
  • Fixed: Could not decode some brotli body
  • Fixed: Rare Crashes due to race condition issue