# proxymanapp/proxyman

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/proxymanapp-proxyman).**

6,858 stars · 235 forks

## Links

- GitHub: https://github.com/ProxymanApp/Proxyman
- Homepage: https://proxyman.com
- awesome-repositories: https://awesome-repositories.com/repository/proxymanapp-proxyman.md

## Topics

`debugging-tool` `ios` `macos` `proxy` `proxy-server` `proxyman` `web-debugging-proxy`

## Description

Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs.

What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certificate injection and proxy configuration across iOS, Android, Flutter, React Native, and various language runtimes including Node.js, Python, Ruby, and Go. The tool includes a scripting engine that runs JavaScript addons and npm packages for real-time traffic modification, and supports breakpoint-based editing, DNS spoofing, and reverse proxy configuration. Proxyman also offers a command-line interface and a Model Context Protocol bridge for programmatic control and automation.

The application provides extensive traffic inspection and manipulation capabilities, including multi-format payload decoding for Protobuf, MessagePack, GraphQL, and JWT, along with tools for filtering, annotating, and comparing captured requests and responses. It supports session-based collaboration with role-based access control, allowing teams to share and annotate captured logs. Proxyman also includes data transformation utilities for encoding, encryption, and hashing, as well as the ability to generate source code, cURL commands, and OpenAPI documentation from captured requests.

## Tags

### Networking & Communication

- [HTTPS Decryption Proxies](https://awesome-repositories.com/f/networking-communication/traffic-interception/https-decryption-proxies.md) — Intercepts and decrypts HTTPS traffic as a man-in-the-middle proxy.
- [Traffic Manipulation Tools](https://awesome-repositories.com/f/networking-communication/traffic-manipulation-tools.md) — Core debugging proxy that intercepts, modifies, and analyzes live network traffic in real time. ([source](https://cdn.jsdelivr.net/gh/proxymanapp/proxyman@master/README.md))
- [Domain Allow and Block Lists](https://awesome-repositories.com/f/networking-communication/distributed-systems-p2p/peer-to-peer-networking/peer-list-management/peer-allow-and-block-lists/domain-allow-and-block-lists.md) — Restricts captured traffic to specified domains or endpoints to reduce noise. ([source](https://docs.proxyman.com/readme.md))
- [DNS Routing Overrides](https://awesome-repositories.com/f/networking-communication/dns-routing-overrides.md) — Maps domains to different IP addresses at the DNS level for traffic redirection. ([source](https://docs.proxyman.com/advanced-features/dns-spoofing.md))
- [Status Code Response Bodies](https://awesome-repositories.com/f/networking-communication/http-clients/http-status-codes/exception-to-status-code-mappings/status-code-response-bodies.md) — Edits the headers, status code, and body of a matched response, with automatic Content-Type detection when the body changes. ([source](https://docs.proxyman.com/proxyman-ios/tutorial-for-ios/map-local-for-ios-tutorial.md))
- [Captured Request Replayers](https://awesome-repositories.com/f/networking-communication/http-request-debugging/captured-request-replayers.md) — Modifies and replays captured HTTP requests to test server responses. ([source](https://docs.proxyman.com/advanced-features/edit-and-repeat.md))
- [HTTP Traffic Inspection](https://awesome-repositories.com/f/networking-communication/http-traffic-inspection.md) — Lists captured HTTP and HTTPS flows with filters and full details including headers and body. ([source](https://docs.proxyman.com/mcp.md))
- [Local File Mappings](https://awesome-repositories.com/f/networking-communication/local-http-servers/local-file-mappings.md) — Replaces HTTP responses with local file content, including custom status codes, headers, and body. ([source](https://docs.proxyman.com/advanced-features/map-local.md))
- [Response Body Previews](https://awesome-repositories.com/f/networking-communication/network-reliability-diagnostics/network-interception-tools/response-body-modifiers/http-response-body-inspectors/response-body-previews.md) — Automatically formats and beautifies HTTP body content based on Content-Type. ([source](https://docs.proxyman.com/basic-features/request-response-viewer.md))
- [Response Interceptors](https://awesome-repositories.com/f/networking-communication/network-reliability-diagnostics/network-interception-tools/response-body-modifiers/http-response-body-inspectors/response-interceptors.md) — Intercepts incoming HTTP responses to modify status codes, headers, and body before delivery. ([source](https://docs.proxyman.com/advanced-features/breakpoint.md))
- [Response Body Modifiers](https://awesome-repositories.com/f/networking-communication/network-reliability-diagnostics/network-interception-tools/response-body-modifiers/response-body-setters/response-body-modifiers.md) — Modifies the headers, status code, and body of a response before it reaches the client. ([source](https://docs.proxyman.com/proxyman-ios/tutorial-for-ios/map-local-for-ios-tutorial.md))
- [API Response Simulators](https://awesome-repositories.com/f/networking-communication/network-traffic-processors/api-response-simulators.md) — Simulates server responses and maps local files to test APIs without a live backend.
- [Traffic Captures](https://awesome-repositories.com/f/networking-communication/node-js-http-agents/traffic-captures.md) — Captures HTTP/HTTPS traffic from Python, Ruby, NodeJS, and Golang scripts automatically. ([source](https://docs.proxyman.com/troubleshooting/i-could-not-see-any-http-traffic-from-my-nodejs-python-or-ruby-scripts.md))
- [Cross-Platform](https://awesome-repositories.com/f/networking-communication/node-js-http-agents/traffic-captures/cross-platform.md) — Captures HTTP, HTTPS, and WebSocket traffic from browsers, iOS, and Android devices for inspection. ([source](https://cdn.jsdelivr.net/gh/proxymanapp/proxyman@master/README.md))
- [System Proxy Controllers](https://awesome-repositories.com/f/networking-communication/proxy-management-systems/system-proxy-controllers.md) — Activates or deactivates system-wide proxy settings to route all traffic through the debugging tool. ([source](https://docs.proxyman.com/command-line.md))
- [Multi-Criteria HTTP Filters](https://awesome-repositories.com/f/networking-communication/traffic-filters/multi-criteria-http-filters.md) — Filters HTTP flows with AND/OR combinations across multiple request and response fields. ([source](https://docs.proxyman.com/mcp.md))
- [HTTP Request Interceptors](https://awesome-repositories.com/f/networking-communication/traffic-interception/http-request-interceptors.md) — Intercepts outgoing HTTP requests to modify URL, headers, body, and method before forwarding. ([source](https://docs.proxyman.com/advanced-features/breakpoint.md))
- [Breakpoint-Based Request Interceptions](https://awesome-repositories.com/f/networking-communication/traffic-interception/http-request-interceptors/production-traffic-modifications/regex-based-request-modifications/breakpoint-based-request-interceptions.md) — Pauses HTTP traffic at breakpoints for manual or scripted modification before forwarding.
- [Script-Based Request Modifications](https://awesome-repositories.com/f/networking-communication/traffic-interception/http-request-interceptors/production-traffic-modifications/regex-based-request-modifications/script-based-request-modifications.md) — Changes any part of an HTTP request by running custom JavaScript before the request is sent. ([source](https://docs.proxyman.com/scripting/script.md))
- [Android Emulator HTTPS Decryptions](https://awesome-repositories.com/f/networking-communication/traffic-interception/https-decryption-proxies/android-emulator-https-decryptions.md) — Overrides proxy settings and installs certificates on Android emulators for HTTPS decryption. ([source](https://docs.proxyman.com/debug-devices/android-device/automatic-script-for-android-emulator.md))
- [iOS HTTPS Decryptions](https://awesome-repositories.com/f/networking-communication/traffic-interception/https-decryption-proxies/ios-https-decryptions.md) — Decrypts HTTPS traffic on iOS devices using a locally generated self-signed root certificate. ([source](https://docs.proxyman.com/proxyman-ios/vpn-and-proxyman-certificate.md))
- [Traffic Manipulation Scripts](https://awesome-repositories.com/f/networking-communication/traffic-manipulation-scripts.md) — Applies custom scripts to automatically modify request or response headers, bodies, or URLs during capture. ([source](https://docs.proxyman.com/readme.md))
- [SSL Pinning Bypasses](https://awesome-repositories.com/f/networking-communication/cross-origin-networking/webview-cross-origin-bypasses/ssl-pinning-bypasses.md) — Temporarily disables SSL pinning in applications to allow proxy interception of encrypted traffic. ([source](https://docs.proxyman.com/troubleshooting/get-ssl-error-from-https-request-and-response.md))
- [SSL Pinning Detections](https://awesome-repositories.com/f/networking-communication/cross-origin-networking/webview-cross-origin-bypasses/ssl-pinning-bypasses/ssl-pinning-detections.md) — Detects SSL pinning in apps and advises disabling it to allow traffic inspection. ([source](https://docs.proxyman.com/troubleshooting/get-ssl-error-from-https-request-and-response.md))
- [Domain Traffic Filters](https://awesome-repositories.com/f/networking-communication/domain-traffic-filters.md) — Restricts captured traffic to only specified domains, bypassing all other requests to reduce noise. ([source](https://docs.proxyman.com/advanced-features/whitelist.md))
- [Entity Wildcard Matching](https://awesome-repositories.com/f/networking-communication/domain-traffic-filters/domain-identifiers/wildcard-domain-detectors/entity-wildcard-matching.md) — Defines URL matching rules using wildcard or regex patterns for request redirection. ([source](https://docs.proxyman.com/advanced-features/map-remote.md))
- [Domain Traffic Blockers](https://awesome-repositories.com/f/networking-communication/domain-traffic-filters/domain-traffic-blockers.md) — Blocks or hides HTTP requests matching specified domains to reduce noise during debugging. ([source](https://docs.proxyman.com/advanced-features/blacklist.md))
- [Traffic Captures](https://awesome-repositories.com/f/networking-communication/download-managers/traffic-captures.md) — Captures HTTP/HTTPS traffic from Ruby scripts and servers with automatic proxy configuration. ([source](https://docs.proxyman.com/debug-devices/ruby.md))
- [Application-Specific](https://awesome-repositories.com/f/networking-communication/download-managers/traffic-captures/application-specific.md) — Captures HTTP/HTTPS traffic from any Electron application without modifying source code using one-click setup. ([source](https://docs.proxyman.com/automatic-setup/automatic-setup.md))
- [Language-Specific](https://awesome-repositories.com/f/networking-communication/download-managers/traffic-captures/language-specific.md) — Captures HTTP/HTTPS traffic from Golang applications by automatically configuring proxy and certificate trust. ([source](https://docs.proxyman.com/debug-devices/golang.md))
- [Proxy-Compatible Clients](https://awesome-repositories.com/f/networking-communication/http-proxies/proxy-compatible-clients.md) — Configures an HTTP client to send all requests through a local proxy server for inspection and debugging. ([source](https://docs.proxyman.com/debug-devices/rust.md))
- [HTTP Traffic Comparators](https://awesome-repositories.com/f/networking-communication/http-traffic-comparators.md) — Compares two HTTP transactions side-by-side to identify differences. ([source](https://docs.proxyman.com/advanced-features/diff.md))
- [Directory Mappings](https://awesome-repositories.com/f/networking-communication/local-http-servers/local-file-mappings/directory-mappings.md) — Serves HTTP requests from local directories with automatic fallback to the remote server. ([source](https://docs.proxyman.com/advanced-features/map-local-directory.md))
- [GraphQL](https://awesome-repositories.com/f/networking-communication/local-http-servers/local-file-mappings/graphql.md) — Replaces GraphQL response bodies with local JSON files by matching the query name. ([source](https://docs.proxyman.com/advanced-features/map-local.md))
- [Local or Remote Mappings](https://awesome-repositories.com/f/networking-communication/local-http-servers/local-file-mappings/local-or-remote-mappings.md) — Redirects requests to local files or remote servers for testing without modifying client code. ([source](https://docs.proxyman.com/readme.md))
- [Request Matching Rule Definitions](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-routing-traffic-management/request-routing/advanced-matching-rules/request-matching-rule-definitions.md) — Defines interception rules based on URL, method, and subpath criteria for traffic manipulation. ([source](https://docs.proxyman.com/proxyman-ios/tutorial-for-ios/map-local-for-ios-tutorial.md))
- [JSON Body Modifiers](https://awesome-repositories.com/f/networking-communication/network-reliability-diagnostics/network-interception-tools/response-body-modifiers/response-body-setters/response-body-modifiers/json-body-modifiers.md) — Reads, modifies, and sets JSON bodies in requests and responses to alter payload content. ([source](https://docs.proxyman.com/scripting/snippet-code.md))
- [Backend Script](https://awesome-repositories.com/f/networking-communication/node-js-http-agents/traffic-captures/backend-script.md) — Captures HTTP traffic from backend scripts and CLI tools across multiple language runtimes. ([source](https://docs.proxyman.com/automatic-setup/automatic-setup.md))
- [Environment Variable Proxy Configurations](https://awesome-repositories.com/f/networking-communication/node-js-http-agents/traffic-captures/environment-variable-proxy-configurations.md) — Sets environment variables so scripts send traffic through the proxy without per-library configuration. ([source](https://docs.proxyman.com/automatic-setup/manual-setup.md))
- [Language Runtime](https://awesome-repositories.com/f/networking-communication/node-js-http-agents/traffic-captures/language-runtime.md) — Captures HTTP traffic from Node.js, Python, Ruby, and Go clients without manual proxy configuration. ([source](https://docs.proxyman.com/automatic-setup/automatic-setup.md))
- [Formatted Payload Inspections](https://awesome-repositories.com/f/networking-communication/packet-capture-drivers/raw-packet-inspection/formatted-payload-inspections.md) — Displays payloads with inline formatting for JSON, Base64, and JWT tokens. ([source](https://docs.proxyman.com/basic-features/quick-preview.md))
- [Payload Decoders](https://awesome-repositories.com/f/networking-communication/payload-decoders.md) — Parses and displays Protobuf, MessagePack, GraphQL, and JWT payloads inline.
- [WebSocket](https://awesome-repositories.com/f/networking-communication/payload-decoders/websocket.md) — Decodes WebSocket message content in multiple formats including JSON and Protobuf. ([source](https://docs.proxyman.com/advanced-features/websocket.md))
- [Proxy Bypass Lists](https://awesome-repositories.com/f/networking-communication/proxy-bypass-lists.md) — Excludes selected domains from being routed through the proxy server to reduce noise and avoid SSL pinning errors. ([source](https://docs.proxyman.com/basic-features/bypass-proxy-list.md))
- [Custom Header Injections](https://awesome-repositories.com/f/networking-communication/proxy-headers/cors-header-injection/custom-header-injections.md) — Adds new headers with specified values to HTTP requests or responses during debugging. ([source](https://docs.proxyman.com/scripting/snippet-code.md))
- [Proxy Managers](https://awesome-repositories.com/f/networking-communication/proxy-managers.md) — Configures and retrieves upstream proxy settings for different protocol kinds. ([source](https://docs.proxyman.com/mcp.md))
- [SOCKS5 Traffic Routings](https://awesome-repositories.com/f/networking-communication/proxy-servers/proxy-configurations/session-and-traffic-routing/socks5-traffic-routings.md) — Routes network traffic through a SOCKS5 proxy to inspect and debug HTTPS and WebSocket connections. ([source](https://docs.proxyman.com/advanced-features/socks-proxy.md))
- [Reverse Proxy Configurations](https://awesome-repositories.com/f/networking-communication/proxy-servers/reverse-proxy-configurations.md) — Creates and lists reverse proxy entries for routing localhost or custom local port traffic. ([source](https://docs.proxyman.com/mcp.md))
- [Request Abort Signals](https://awesome-repositories.com/f/networking-communication/request-abort-signals.md) — Closes a request or response connection immediately, similar to a block list tool. ([source](https://docs.proxyman.com/scripting/snippet-code.md))
- [Dynamic Header-Based Decoding](https://awesome-repositories.com/f/networking-communication/request-header-configuration/dynamic-header-based-decoding.md) — Dynamically configures Protobuf decoding from Content-Type headers for traffic inspection. ([source](https://docs.proxyman.com/advanced-features/protobuf.md))
- [External Proxy Forwarding](https://awesome-repositories.com/f/networking-communication/request-proxies/proxy-routing/external-proxy-forwarding.md) — Forwards all captured traffic to a company's central HTTP, HTTPS, SOCKS, or PAC proxy server. ([source](https://docs.proxyman.com/advanced-features/external-proxy.md))
- [SOCKS Proxy Debugging Tools](https://awesome-repositories.com/f/networking-communication/socks-proxies/socks-proxy-debugging-tools.md) — Captures and inspects HTTP, HTTPS, and WebSocket traffic through a SOCKS5 proxy with debugging tools. ([source](https://docs.proxyman.com/advanced-features/socks-proxy.md))
- [Regex-Based Request Modifications](https://awesome-repositories.com/f/networking-communication/traffic-interception/http-request-interceptors/production-traffic-modifications/regex-based-request-modifications.md) — Matches request URLs with wildcard or regex patterns to define which requests to redirect. ([source](https://docs.proxyman.com/advanced-features/map-remote.md))
- [Breakpoint Execution Controls](https://awesome-repositories.com/f/networking-communication/traffic-interception/http-request-interceptors/production-traffic-modifications/regex-based-request-modifications/breakpoint-based-request-interceptions/breakpoint-execution-controls.md) — Controls paused traffic at breakpoints by resuming with edits, forwarding unchanged, or canceling. ([source](https://docs.proxyman.com/proxyman-ios/tutorial-for-ios/breakpoint-for-ios-tutorial.md))
- [Breakpoint Rule Definitions](https://awesome-repositories.com/f/networking-communication/traffic-interception/http-request-interceptors/production-traffic-modifications/regex-based-request-modifications/breakpoint-based-request-interceptions/breakpoint-rule-definitions.md) — Defines configurable rules for which HTTP traffic to intercept during debugging. ([source](https://docs.proxyman.com/proxyman-ios/tutorial-for-ios/breakpoint-for-ios-tutorial.md))
- [GraphQL Request Interceptions](https://awesome-repositories.com/f/networking-communication/traffic-interception/http-request-interceptors/production-traffic-modifications/regex-based-request-modifications/breakpoint-based-request-interceptions/graphql-request-interceptions.md) — Stops GraphQL requests based on their query name for content modification. ([source](https://docs.proxyman.com/advanced-features/breakpoint.md))
- [Language-Specific Decryptions](https://awesome-repositories.com/f/networking-communication/traffic-interception/https-decryption-proxies/language-specific-decryptions.md) — Decrypts HTTPS traffic from Ruby applications by installing and trusting self-signed certificates. ([source](https://docs.proxyman.com/debug-devices/ruby.md))
- [Rooted Android Decryptions](https://awesome-repositories.com/f/networking-communication/traffic-interception/https-decryption-proxies/rooted-android-decryptions.md) — Installs CA certificates into system trust stores on rooted Android devices for HTTPS decryption. ([source](https://docs.proxyman.com/debug-devices/android-device.md))
- [Manual Proxy Configurators](https://awesome-repositories.com/f/networking-communication/traffic-proxying/proxy-traffic-management/manual-proxy-configurators.md) — Configures third-party network libraries like Axios, cURL, and Alamofire to send traffic through a specified proxy. ([source](https://docs.proxyman.com/troubleshooting/couldnt-see-any-requests-from-3rd-party-network-libraries.md))
- [Reverse Proxy Traffic Inspections](https://awesome-repositories.com/f/networking-communication/traffic-proxying/proxy-traffic-management/reverse-proxy-traffic-inspections.md) — Applies breakpoints, local file mapping, and scripting to traffic routed through a reverse proxy for detailed analysis. ([source](https://docs.proxyman.com/advanced-features/reverse-proxy.md))
- [Third-Party Library Proxy Configurations](https://awesome-repositories.com/f/networking-communication/traffic-proxying/proxy-traffic-management/third-party-library-proxy-configurations.md) — Manually sets HTTP proxy host and port in network libraries like Axios, cURL, and Alamofire for debugging. ([source](https://docs.proxyman.com/troubleshooting/couldnt-see-any-requests-from-3rd-party-network-libraries.md))
- [WebSocket Message Interception](https://awesome-repositories.com/f/networking-communication/websocket-message-interception.md) — Views real-time WebSocket frames alongside HTTP traffic in a unified debugging interface. ([source](https://docs.proxyman.com/readme.md))

### Web Development

- [HTTP Debugging Extensions](https://awesome-repositories.com/f/web-development/browser-extensions/http-debugging-extensions.md) — Captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic for debugging applications.
- [iOS Response Interceptors](https://awesome-repositories.com/f/web-development/backend-development/request-response-handling/http-response-handling/instant-http-responses/ios-response-interceptors.md) — Intercepts and modifies HTTP responses on iOS devices, a core debugging capability. ([source](https://docs.proxyman.com/proxyman-ios/tutorial-for-ios/breakpoint-for-ios-tutorial.md))
- [Mobile Header Modifications](https://awesome-repositories.com/f/web-development/backend-development/request-response-handling/http-utilities/http-header-manipulators/mobile-header-modifications.md) — Adds, updates, or deletes HTTP headers on requests or responses to control how data is sent and received. ([source](https://docs.proxyman.com/scripting/snippet-code.md))
- [Script-Based Response Transformations](https://awesome-repositories.com/f/web-development/custom-page-frameworks/page-content-injections/response-body-transformations/script-based-response-transformations.md) — Alters HTTP response status, headers, or body using JavaScript, enabling on-the-fly transformation of server replies. ([source](https://docs.proxyman.com/scripting/script.md))
- [iOS Request Interceptors](https://awesome-repositories.com/f/web-development/http-request-interceptors/ios-request-interceptors.md) — Intercepts and modifies outgoing HTTP requests from iOS apps before they reach the server. ([source](https://docs.proxyman.com/proxyman-ios/tutorial-for-ios/breakpoint-for-ios-tutorial.md))
- [Request Body Replacements](https://awesome-repositories.com/f/web-development/request-body-handling/request-body-alterations/request-body-replacements.md) — Reads, replaces, or transforms the body content of HTTP requests or responses. ([source](https://docs.proxyman.com/scripting/snippet-code.md))
- [Request Redirections](https://awesome-repositories.com/f/web-development/request-redirections.md) — Alters the scheme, host, port, or path of a request to redirect it to a different server. ([source](https://docs.proxyman.com/scripting/snippet-code.md))
- [Traffic Recorders](https://awesome-repositories.com/f/web-development/web-automation-scraping/web-scraping-automation/browser-automation/browser-session-recorders/traffic-recorders.md) — Starts or stops recording all network traffic passing through the proxy. ([source](https://docs.proxyman.com/raycast.md))
- [Request Modifiers](https://awesome-repositories.com/f/web-development/data-aggregators/graphql-request-aggregators/request-modifiers.md) — Modifies headers, body, or query of GraphQL requests or responses through a scripting tool. ([source](https://docs.proxyman.com/advanced-features/graphql.md))
- [GraphQL Request Scripts](https://awesome-repositories.com/f/web-development/data-aggregators/graphql-request-aggregators/request-modifiers/graphql-request-scripts.md) — Ships a scripting engine that transforms GraphQL requests and responses by query name using JavaScript. ([source](https://docs.proxyman.com/scripting/script.md))
- [GraphQL Query Name Interceptions](https://awesome-repositories.com/f/web-development/graphql-clients/graphql-query-editors/graphql-query-name-columns/graphql-query-name-interceptions.md) — Pauses specific GraphQL requests based on their query name for targeted editing. ([source](https://docs.proxyman.com/advanced-features/breakpoint.md))
- [GraphQL Query Name Local Mappings](https://awesome-repositories.com/f/web-development/graphql-clients/graphql-query-editors/graphql-query-name-columns/graphql-query-name-local-mappings.md) — Replaces GraphQL response bodies with local files based on the request's query name using a script. ([source](https://docs.proxyman.com/advanced-features/graphql.md))
- [GraphQL Query Name Mappings](https://awesome-repositories.com/f/web-development/graphql-clients/graphql-query-editors/graphql-query-name-columns/graphql-query-name-mappings.md) — Redirects GraphQL requests to different endpoints based on the specific query name. ([source](https://docs.proxyman.com/advanced-features/map-remote.md))
- [GraphQL Query Name Mockings](https://awesome-repositories.com/f/web-development/graphql-clients/graphql-query-editors/graphql-query-name-columns/graphql-query-name-mockings.md) — Matches specific GraphQL query names and returns local files as response bodies. ([source](https://docs.proxyman.com/advanced-features/map-local.md))
- [GraphQL Query Name Redirections](https://awesome-repositories.com/f/web-development/graphql-clients/graphql-query-editors/graphql-query-name-columns/graphql-query-name-redirections.md) — Matches GraphQL requests by their query name and redirects them to a different server endpoint. ([source](https://docs.proxyman.com/advanced-features/map-remote.md))
- [Forced Format Renderers](https://awesome-repositories.com/f/web-development/html-rendering/response-body-renderers/forced-format-renderers.md) — Displays HTTP response bodies using a selected format regardless of the original Content-Type header. ([source](https://docs.proxyman.com/basic-features/custom-previewer-tab.md))
- [Manual Method Switchers](https://awesome-repositories.com/f/web-development/http-client-requests/http-method-executions/automatic-http-method-switchings/manual-method-switchers.md) — Switches the HTTP method of an intercepted request manually, not automatically based on request size. ([source](https://docs.proxyman.com/scripting/snippet-code.md))
- [Request Cancellation](https://awesome-repositories.com/f/web-development/http-methods/service-method-mapping/request-cancellation.md) — Provides options to cancel breakpoints and abort connections during HTTP traffic debugging. ([source](https://docs.proxyman.com/advanced-features/breakpoint.md))
- [Request Redirections](https://awesome-repositories.com/f/web-development/http-redirects/request-redirections.md) — Rewrites outgoing HTTP request destinations to redirect traffic without altering client code. ([source](https://docs.proxyman.com/advanced-features/map-remote.md))
- [Status Code Simulators](https://awesome-repositories.com/f/web-development/http-status-code-management/status-code-simulators.md) — Sets a custom HTTP status code on a response to simulate different server outcomes. ([source](https://docs.proxyman.com/scripting/snippet-code.md))
- [Query Parameter Modifications](https://awesome-repositories.com/f/web-development/query-parameters/query-parameter-binding/query-parameter-modifications.md) — Adds, updates, or deletes query string parameters on outgoing requests to alter the URL. ([source](https://docs.proxyman.com/scripting/snippet-code.md))

### Artificial Intelligence & ML

- [iOS Device Builds](https://awesome-repositories.com/f/artificial-intelligence-ml/on-device-models/on-device-speech-to-text-sdks/on-device-model-runtimes/on-device-compilation/ios-device-builds.md) — Configures iOS devices to route traffic through a local proxy for inspection and debugging. ([source](https://docs.proxyman.com/debug-devices/ios-device.md))

### Part of an Awesome List

- [iOS Traffic Inspections](https://awesome-repositories.com/f/awesome-lists/data/http-traffic-analysis/ios-traffic-inspections.md) — Captures all HTTP/HTTPS traffic from iOS devices via VPN and MITM proxy for inspection. ([source](https://docs.proxyman.com/proxyman-ios/vpn-and-proxyman-certificate.md))
- [iOS Proxy Configuration Workarounds](https://awesome-repositories.com/f/awesome-lists/data/http-traffic-analysis/ios-traffic-inspections/ios-proxy-configuration-workarounds.md) — Provides iOS proxy configuration with workarounds for Apple bugs, essential for mobile debugging. ([source](https://docs.proxyman.com/troubleshooting/ios-16-devices-issues.md))
- [Cross-Device iOS Traffic Review](https://awesome-repositories.com/f/awesome-lists/data/http-traffic-analysis/ios-traffic-inspections/cross-device-ios-traffic-review.md) — Transfers iOS traffic logs to macOS for centralized review, a key cross-device debugging feature. ([source](https://docs.proxyman.com/atlantis/atlantis-for-ios.md))
- [iOS WebSocket Traffic Capture](https://awesome-repositories.com/f/awesome-lists/data/http-traffic-analysis/ios-traffic-inspections/ios-websocket-traffic-capture.md) — Captures WebSocket connections from iOS devices alongside HTTP traffic for debugging. ([source](https://docs.proxyman.com/atlantis/atlantis-for-ios.md))
- [Library-Based iOS Traffic Capture](https://awesome-repositories.com/f/awesome-lists/data/http-traffic-analysis/ios-traffic-inspections/library-based-ios-traffic-capture.md) — Captures iOS traffic via library integration without proxy setup, a distinctive mobile debugging approach. ([source](https://docs.proxyman.com/troubleshooting/proxyman-does-not-work-with-vpn-apps.md))
- [Proxy-Free iOS Traffic Capture](https://awesome-repositories.com/f/awesome-lists/data/http-traffic-analysis/ios-traffic-inspections/proxy-free-ios-traffic-capture.md) — Captures iOS traffic without proxy configuration, a distinctive capability for mobile debugging. ([source](https://docs.proxyman.com/atlantis/atlantis-for-ios.md))
- [React Native Traffic Capture](https://awesome-repositories.com/f/awesome-lists/data/http-traffic-analysis/ios-traffic-inspections/react-native-traffic-capture.md) — Captures traffic from React Native apps on iOS, a key mobile debugging capability. ([source](https://docs.proxyman.com/debug-devices/react-native.md))
- [Standalone Captures](https://awesome-repositories.com/f/awesome-lists/data/http-traffic-analysis/ios-traffic-inspections/standalone-captures.md) — Captures HTTPS traffic directly from iOS devices without requiring a MacBook. ([source](https://cdn.jsdelivr.net/gh/proxymanapp/proxyman@master/README.md))
- [GraphQL Traffic Inspectors](https://awesome-repositories.com/f/awesome-lists/devtools/api-debugging-and-mocking/graphql-traffic-inspectors.md) — Applies debugging tools like Breakpoint, Map Local, and Map Remote to specific GraphQL queries by matching their Query Name. ([source](https://docs.proxyman.com/advanced-features/graphql.md))
- [Sensitive Data Redaction](https://awesome-repositories.com/f/awesome-lists/devtools/information-extraction/sensitive-data-identification/sensitive-data-redaction.md) — Automatically redacts cookie and Authorization headers from captures before uploading to a workspace. ([source](https://docs.proxyman.com/team-workspace/share-log-online.md))
- [Predefined Response Mappings](https://awesome-repositories.com/f/awesome-lists/media/file-and-image-handling/local-file-image-replacements/network-response-mappings/predefined-response-mappings.md) — Maps URLs to predefined responses with custom status codes, headers, and body for testing. ([source](https://docs.proxyman.com/proxyman-ios/map-local-for-ios.md))
- [Debugging Session Sharing](https://awesome-repositories.com/f/awesome-lists/productivity/collaboration-and-sharing/debugging-session-sharing.md) — Shares and annotates captured traffic logs with role-based access control.
- [HTTP Request Blocklists](https://awesome-repositories.com/f/awesome-lists/security/blocklists-and-filters/dns-blocklist-filters/http-request-blocklists.md) — Toggles a filter that blocks specified network requests during debugging. ([source](https://docs.proxyman.com/raycast.md))
- [Android Utility Tools](https://awesome-repositories.com/f/awesome-lists/devtools/android-utility-tools.md) — HTTP debugging proxy for macOS, iOS, and Android.

### Development Tools & Productivity

- [Cross-Platform Network Debuggers](https://awesome-repositories.com/f/development-tools-productivity/debugging-tools/network-protocol-debuggers/cross-platform-network-debuggers.md) — Intercepts and inspects network traffic from iOS, Android, Flutter, and React Native apps.
- [Remote URL Mappings](https://awesome-repositories.com/f/development-tools-productivity/file-system-navigators/remote-api-mappings/remote-url-mappings.md) — Redirects HTTP requests to different remote endpoints for testing and debugging. ([source](https://docs.proxyman.com/raycast.md))
- [Local Traffic Debugging Tools](https://awesome-repositories.com/f/development-tools-productivity/interactive-debug-consoles/breakpoint-debugging/local-traffic-debugging-tools.md) — Applies debugging actions such as mapping local files, setting breakpoints, blocking requests, and disabling caching. ([source](https://docs.proxyman.com/proxyman-ios/vpn-and-proxyman-certificate.md))
- [Proxy Scripting Addons](https://awesome-repositories.com/f/development-tools-productivity/addon-development-kits/proxy-scripting-addons.md) — Lets users write JavaScript addons that add new proxy functionality and share them with colleagues. ([source](https://docs.proxyman.com/scripting/write-your-own-addons.md))
- [Network Breakpoint Scriptings](https://awesome-repositories.com/f/development-tools-productivity/breakpoint-managers/specialized-breakpoints/network-breakpoint-scriptings.md) — Uses JavaScript to programmatically inspect and modify request or response data at breakpoints. ([source](https://docs.proxyman.com/advanced-features/breakpoint.md))
- [Code Snippet Generators](https://awesome-repositories.com/f/development-tools-productivity/code-snippet-generators.md) — Produces ready-to-use code snippets from captured HTTP requests for various languages. ([source](https://docs.proxyman.com/basic-features/custom-previewer-tab.md))
- [Command Palettes](https://awesome-repositories.com/f/development-tools-productivity/command-execution-interfaces/command-palettes.md) — Quickly finds and opens any debugging tool or action by typing its name in a global command palette. ([source](https://docs.proxyman.com/basic-features/command-palette.md))
- [Proxy Rule Migrators](https://awesome-repositories.com/f/development-tools-productivity/configuration-importing/proxy-rule-migrators.md) — Loads tool configurations such as SSL proxying and map local/remote rules from Proxyman or Charles Proxy files. ([source](https://docs.proxyman.com/basic-features/import-export-settings.md))
- [cURL Command Export](https://awesome-repositories.com/f/development-tools-productivity/curl-command-export.md) — Exports captured HTTP requests as executable cURL commands for terminal reuse. ([source](https://docs.proxyman.com/mcp.md))
- [cURL Importers](https://awesome-repositories.com/f/development-tools-productivity/curl-importers.md) — Parses pasted cURL commands into structured HTTP requests for modification. ([source](https://docs.proxyman.com/advanced-features/compose.md))
- [Proxy Traffic Captures](https://awesome-repositories.com/f/development-tools-productivity/firefox-configuration/proxy-traffic-captures.md) — Configures Firefox to route all traffic through the proxy with one click, installing and trusting the certificate. ([source](https://docs.proxyman.com/debug-devices/firefox.md))
- [CLI Tool Traffic Captures](https://awesome-repositories.com/f/development-tools-productivity/firefox-configuration/proxy-traffic-captures/cli-tool-traffic-captures.md) — Captures HTTP traffic from CLI tools and backend scripts by opening a pre-configured terminal session. ([source](https://docs.proxyman.com/automatic-setup/automatic-setup.md))
- [Local App Traffic Captures](https://awesome-repositories.com/f/development-tools-productivity/firefox-configuration/proxy-traffic-captures/local-app-traffic-captures.md) — Configures system proxy settings to route all local HTTP and HTTPS traffic through the debugging proxy. ([source](https://docs.proxyman.com/troubleshooting/i-couldnt-see-any-traffics-on-proxyman.md))
- [HTTP Request Construction](https://awesome-repositories.com/f/development-tools-productivity/http-request-construction.md) — Builds and sends custom HTTP requests with full control over headers and body. ([source](https://docs.proxyman.com/advanced-features/compose.md))
- [Traffic Capture Session Management](https://awesome-repositories.com/f/development-tools-productivity/traffic-capture-session-management.md) — Clears all captured requests, domains, and clients to start a fresh session without restarting the application. ([source](https://docs.proxyman.com/command-line.md))

### DevOps & Infrastructure

- [Android Device Traffic Captures](https://awesome-repositories.com/f/devops-infrastructure/virtual-hardware-interfaces/virtual-hardware-simulators/android-device-emulators/android-device-traffic-captures.md) — Configures Android devices to route HTTP/HTTPS traffic through a local proxy for inspection. ([source](https://docs.proxyman.com/debug-devices/android-device.md))
- [Cross-Platform Remote Device Captures](https://awesome-repositories.com/f/devops-infrastructure/virtual-hardware-interfaces/virtual-hardware-simulators/android-device-emulators/android-device-traffic-captures/cross-platform-remote-device-captures.md) — Routes HTTP and HTTPS traffic from iOS and Android devices through the proxy for inspection. ([source](https://docs.proxyman.com/troubleshooting/i-couldnt-see-any-traffics-on-proxyman.md))

### Mobile Development

- [Traffic Interception Tools](https://awesome-repositories.com/f/mobile-development/android-app-freezers/traffic-interception-tools.md) — Installs a VPN and trusted certificate on Android emulators to intercept HTTPS traffic without code changes. ([source](https://docs.proxyman.com/debug-devices/flutter.md))
- [Android App Traffic Captures](https://awesome-repositories.com/f/mobile-development/android-applications/android-app-execution/android-app-traffic-captures.md) — Routes Android app traffic through a proxy for inspection and debugging. ([source](https://docs.proxyman.com/debug-devices/react-native.md))
- [Code-Free Traffic Captures](https://awesome-repositories.com/f/mobile-development/android-applications/android-app-execution/android-app-traffic-captures/code-free-traffic-captures.md) — Intercepts HTTPS traffic from Android emulator apps without requiring any code changes. ([source](https://docs.proxyman.com/debug-devices/android-device/automatic-script-for-android-emulator.md))
- [Proxy Configuration](https://awesome-repositories.com/f/mobile-development/android-emulator-orchestration/proxy-configuration.md) — Overrides HTTP proxy settings on Android emulators with a single click for traffic routing. ([source](https://docs.proxyman.com/debug-devices/android-device/automatic-script-for-android-emulator.md))
- [Apple Ecosystem Traffic Capture](https://awesome-repositories.com/f/mobile-development/apple-ecosystem-traffic-capture.md) — Captures traffic from iOS devices by configuring proxy settings with workarounds for OS bugs. ([source](https://docs.proxyman.com/troubleshooting/ios-16-devices-issues.md))
- [Device Trust Configuration](https://awesome-repositories.com/f/mobile-development/distribution-updates/store-deployment/app-store-submission-automators/app-store-record-provisioning/certificate-and-device-management/device-trust-configuration.md) — Installs and trusts custom CA certificates in mobile device settings for HTTPS decryption. ([source](https://docs.proxyman.com/debug-devices/ios-device.md))
- [iOS Simulator Traffic Capture](https://awesome-repositories.com/f/mobile-development/ios-app-installations/ios-simulator-traffic-capture.md) — Captures HTTPS traffic from iOS Simulators by installing and trusting debugging certificates. ([source](https://docs.proxyman.com/debug-devices/flutter.md))
- [Proxy and Certificate Automation](https://awesome-repositories.com/f/mobile-development/ios-debugging-setup/proxy-and-certificate-automation.md) — Uses a native iOS framework to automatically configure HTTP proxy and install certificates without manual steps. ([source](https://docs.proxyman.com/debug-devices/ios-device.md))
- [Mobile Application Debugging](https://awesome-repositories.com/f/mobile-development/mobile-application-debugging.md) — Captures and inspects HTTP/HTTPS traffic from iOS and Android simulators and devices for debugging. ([source](https://docs.proxyman.com/debug-devices/demo-ios-and-android.md))
- [WatchOS Traffic Captures](https://awesome-repositories.com/f/mobile-development/apple-ecosystem-traffic-capture/watchos-traffic-captures.md) — Provides dedicated traffic capture for physical watchOS devices via proxy and certificate setup. ([source](https://docs.proxyman.com/debug-devices/tvos-and-watchos.md))
- [Traffic Capture Configurations](https://awesome-repositories.com/f/mobile-development/cross-platform-frameworks/flutter/android-flutter-engine-initializations/traffic-capture-configurations.md) — Installs a VPN app on Android emulators and overrides proxy settings to capture HTTPS traffic from Flutter apps. ([source](https://docs.proxyman.com/debug-devices/flutter.md))
- [Traffic Interception Tools](https://awesome-repositories.com/f/mobile-development/cross-platform-frameworks/flutter/traffic-interception-tools.md) — Intercepts HTTPS traffic from Flutter applications on Android emulators without requiring any code changes. ([source](https://docs.proxyman.com/debug-devices/android-device/automatic-script-for-android-emulator.md))

### Security & Cryptography

- [Android Certificate Installations](https://awesome-repositories.com/f/security-cryptography/certificate-installers/android-certificate-installations.md) — Downloads and installs proxy CA certificates on Android devices for HTTPS decryption. ([source](https://docs.proxyman.com/troubleshooting/my-ios-devices-couldnt-connect-to-proxyman-via-proxy.md))
- [Device CA Certificate Installations](https://awesome-repositories.com/f/security-cryptography/certificate-installers/android-certificate-installations/device-ca-certificate-installations.md) — Installs and trusts proxy CA certificates on devices and simulators for HTTPS decryption. ([source](https://docs.proxyman.com/troubleshooting/get-ssl-error-from-https-request-and-response.md))
- [Client Certificate Imports](https://awesome-repositories.com/f/security-cryptography/client-certificate-authentication/client-certificate-imports.md) — Imports client certificates in PEM, DER, or PKCS12 formats for mutual TLS authentication. ([source](https://docs.proxyman.com/advanced-features/custom-certificates.md))
- [SSL/TLS Certificate Management](https://awesome-repositories.com/f/security-cryptography/cryptography/ssl-tls-certificate-management.md) — Installs and manages root certificates to decrypt HTTPS traffic from apps, devices, and simulators.
- [Proxy Root Certificate Imports](https://awesome-repositories.com/f/security-cryptography/cryptography/ssl-tls-certificate-management/certificate-authority-management/external-certificate-import/proxy-root-certificate-imports.md) — Imports user-provided root certificates in PKCS12 format to replace the default proxy root. ([source](https://docs.proxyman.com/command-line.md))
- [Proxy Server Certificate Imports](https://awesome-repositories.com/f/security-cryptography/cryptography/ssl-tls-certificate-management/certificate-authority-management/external-certificate-import/proxy-server-certificate-imports.md) — Imports server certificates to intercept HTTPS traffic from clients using SSL pinning. ([source](https://docs.proxyman.com/advanced-features/custom-certificates.md))
- [Traffic Redirection Rules](https://awesome-repositories.com/f/security-cryptography/dns-spoofing-tools/traffic-redirection-rules.md) — Redirects traffic via mapping rules and DNS overrides for debugging and testing.
- [On-the-Fly](https://awesome-repositories.com/f/security-cryptography/encrypted-backups/on-the-fly.md) — Intercepts HTTP requests and lets users edit the URL, method, headers, and body before forwarding them to the server. ([source](https://docs.proxyman.com/proxyman-ios/breakpoint-for-ios.md))
- [HTTP Request Editors](https://awesome-repositories.com/f/security-cryptography/encrypted-backups/on-the-fly/http-request-editors.md) — Pauses outgoing HTTP requests for manual modification of URL, headers, body, and method before forwarding. ([source](https://docs.proxyman.com/advanced-features/breakpoint.md))
- [HTTP Response Editors](https://awesome-repositories.com/f/security-cryptography/encrypted-backups/on-the-fly/http-response-editors.md) — Pauses incoming HTTP responses for manual modification of status code, headers, and body before delivery. ([source](https://docs.proxyman.com/advanced-features/breakpoint.md))
- [Decryption Target Configurations](https://awesome-repositories.com/f/security-cryptography/message-decryption/traffic-decryption/decryption-target-configurations.md) — Specifies which apps, domains, or wildcard patterns should have their traffic decrypted. ([source](https://docs.proxyman.com/basic-features/ssl-proxying.md))
- [HTTP Traffic Filters](https://awesome-repositories.com/f/security-cryptography/network-traffic-filters/http-traffic-filters.md) — Provides a modern UI with multiple filters and customizable columns to search and analyze captured traffic. ([source](https://cdn.jsdelivr.net/gh/proxymanapp/proxyman@master/README.md))
- [Cross-Platform Certificate Installers](https://awesome-repositories.com/f/security-cryptography/security/utilities/certificate-trust-managers/cross-platform-certificate-installers.md) — Automates root certificate installation across multiple platforms for HTTPS decryption.
- [macOS Root Certificate Installations](https://awesome-repositories.com/f/security-cryptography/security/utilities/certificate-trust-managers/cross-platform-certificate-installers/macos-root-certificate-installations.md) — Installs and trusts proxy CA certificates on macOS devices for HTTPS decryption. ([source](https://docs.proxyman.com/troubleshooting/get-ssl-error-from-https-request-and-response.md))
- [System Keychain Installers](https://awesome-repositories.com/f/security-cryptography/security/utilities/certificate-trust-managers/cross-platform-certificate-installers/system-keychain-installers.md) — Installs and trusts the Proxyman CA certificate in the system keychain with root privileges for HTTPS decryption. ([source](https://docs.proxyman.com/debug-devices/macos.md))
- [Simulator Certificate Management](https://awesome-repositories.com/f/security-cryptography/simulator-certificate-management.md) — Automatically installs root certificates on iOS simulators to enable HTTPS traffic decryption. ([source](https://docs.proxyman.com/debug-devices/ios-simulator.md))
- [Proxy Certificate Replacements](https://awesome-repositories.com/f/security-cryptography/ssl-certificate-automation/custom-certificate-overrides/proxy-certificate-replacements.md) — Replaces default proxy certificates with custom p12 certificates for specific hosts and ports. ([source](https://docs.proxyman.com/command-line.md))
- [SSL Certificate Validation Overrides](https://awesome-repositories.com/f/security-cryptography/ssl-certificate-validation-overrides.md) — Disables TLS certificate verification to allow proxy decryption of HTTPS traffic using self-signed certificates. ([source](https://docs.proxyman.com/debug-devices/rust.md))
- [SSL Proxying Configurations](https://awesome-repositories.com/f/security-cryptography/ssl-verification-settings/proxy-ssl-validation/ssl-proxying-configurations.md) — Provides per-domain control over HTTPS decryption, a core feature of the debugging proxy. ([source](https://docs.proxyman.com/mcp.md))
- [Self-Signed Certificate Generators](https://awesome-repositories.com/f/security-cryptography/tls-certificate-management/self-signed-certificate-generators.md) — Generates self-signed root certificates compliant with Apple security requirements for HTTPS interception. ([source](https://docs.proxyman.com/advanced-features/custom-certificates.md))
- [Traffic Filtering](https://awesome-repositories.com/f/security-cryptography/traffic-filtering.md) — Applies a list of domains or apps whose traffic is either intercepted or ignored for fine-grained control. ([source](https://docs.proxyman.com/basic-features/ssl-proxying.md))
- [Cross-Platform WebSocket Captures](https://awesome-repositories.com/f/security-cryptography/websocket-security/websocket-traffic-inspections/cross-platform-websocket-captures.md) — Captures WebSocket and Secure WebSocket messages from browsers, mobile devices, and local applications. ([source](https://docs.proxyman.com/advanced-features/websocket.md))
- [Manual Certificate Installations](https://awesome-repositories.com/f/security-cryptography/certificate-installers/manual-certificate-installations.md) — Generates and manually installs proxy CA certificates into the system keychain for HTTPS interception. ([source](https://docs.proxyman.com/debug-devices/macos.md))
- [Cryptographic Operations](https://awesome-repositories.com/f/security-cryptography/cryptographic-operations.md) — Encrypts and decrypts data with symmetric ciphers like DES, AES, and Rabbit via a bundled library. ([source](https://docs.proxyman.com/scripting/built-in-js-libraries.md))
- [SSL Certificate Setup Verifications](https://awesome-repositories.com/f/security-cryptography/cryptography/ssl-tls-certificate-management/certificate-verification/ssl-certificate-setup-verifications.md) — Tests HTTPS interception by verifying decrypted responses from a known domain. ([source](https://docs.proxyman.com/troubleshooting/get-ssl-error-from-https-request-and-response.md))
- [HTTP Traffic Comparators](https://awesome-repositories.com/f/security-cryptography/http-traffic-comparators.md) — Performs side-by-side analysis of HTTP requests and responses to identify discrepancies. ([source](https://docs.proxyman.com/readme.md))
- [Application-Level Traffic Blocking](https://awesome-repositories.com/f/security-cryptography/network-traffic-filters/p2p-traffic-blocking/application-level-traffic-blocking.md) — Blocks all network traffic from a selected macOS application for isolation. ([source](https://docs.proxyman.com/advanced-features/blacklist.md))
- [Multi-Format Certificate Imports](https://awesome-repositories.com/f/security-cryptography/private-key-import-formats/multi-format-certificate-imports.md) — Accepts private keys and certificates in PEM, DER, or PKCS12 formats with automatic format detection. ([source](https://docs.proxyman.com/advanced-features/custom-certificates.md))
- [HTTP Session Save and Restore](https://awesome-repositories.com/f/security-cryptography/process-sandboxes/session-resumption/ai-agent-sessions/named-session-save-and-restore/http-session-save-and-restore.md) — Saves all captured HTTP flows into a file for later review and restoration. ([source](https://docs.proxyman.com/advanced-features/save-session.md))
- [Java KeyStore Certificate Installations](https://awesome-repositories.com/f/security-cryptography/security/utilities/certificate-trust-managers/cross-platform-certificate-installers/java-keystore-certificate-installations.md) — Automatically installs proxy CA certificates into Java trust stores for HTTPS interception. ([source](https://docs.proxyman.com/debug-devices/java.md))
- [Language-Specific Certificate Trusts](https://awesome-repositories.com/f/security-cryptography/security/utilities/certificate-trust-managers/language-specific-certificate-trusts.md) — Installs Proxyman root certificate into Python's certificate store for HTTPS decryption. ([source](https://docs.proxyman.com/debug-devices/python.md))
- [Custom Certificate Overrides](https://awesome-repositories.com/f/security-cryptography/ssl-certificate-automation/custom-certificate-overrides.md) — Replaces default certificates with custom root, server, or client certificates for SSL interception. ([source](https://docs.proxyman.com/advanced-features/custom-certificates.md))
- [SSL Validation Controls](https://awesome-repositories.com/f/security-cryptography/ssl-validation-controls.md) — Disables certificate validation in HTTP clients to allow proxy decryption without SSL errors. ([source](https://docs.proxyman.com/debug-devices/http-clients.md))
- [Apple-Compliant Generators](https://awesome-repositories.com/f/security-cryptography/tls-certificate-management/self-signed-certificate-generators/apple-compliant-generators.md) — Provides steps to create self-signed root certificates that comply with Apple's security requirements. ([source](https://docs.proxyman.com/advanced-features/custom-certificates.md))
- [Proxy Remote Device Access Restrictions](https://awesome-repositories.com/f/security-cryptography/user-access-management/user-based-access-restrictions/remote-access-restrictions/proxy-remote-device-access-restrictions.md) — Controls which remote devices can connect to the proxy by IP address allow or deny lists. ([source](https://docs.proxyman.com/advanced-features/access-control.md))
- [WebSocket Traffic Inspections](https://awesome-repositories.com/f/security-cryptography/websocket-security/websocket-traffic-inspections.md) — Captures and displays WebSocket frames alongside HTTP traffic for real-time debugging of bidirectional connections. ([source](https://docs.proxyman.com/readme.md))
- [iOS WebSocket Traffic Capture](https://awesome-repositories.com/f/security-cryptography/websocket-security/websocket-traffic-inspections/ios-websocket-traffic-capture.md) — Captures WebSocket traffic from iOS apps, a key capability for mobile debugging. ([source](https://docs.proxyman.com/atlantis/atlantis-for-ios.md))

### Software Engineering & Architecture

- [Scripting Engines](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/extensibility/plugin-architectures/scripting-engines.md) — Runs JavaScript addons and npm packages to modify and automate HTTP traffic.
- [Request Pattern Matching](https://awesome-repositories.com/f/software-engineering-architecture/security-pattern-matching/request-pattern-matching.md) — Matches HTTP requests against wildcard or regex patterns to trigger debugging tools. ([source](https://docs.proxyman.com/basic-features/regex.md))
- [HTTP Request Templates](https://awesome-repositories.com/f/software-engineering-architecture/configuration-templates/http-request-templates.md) — Starts new HTTP requests from preset templates like GET and POST. ([source](https://docs.proxyman.com/advanced-features/compose.md))
- [Custom Preview Scripts](https://awesome-repositories.com/f/software-engineering-architecture/custom-scripting-engines/custom-scripting-functions/custom-preview-scripts.md) — Renders user-defined content in a dedicated tab by running custom JavaScript on request or response bodies. ([source](https://docs.proxyman.com/basic-features/custom-previewer-tab.md))

### System Administration & Monitoring

- [Traffic Interception and Modification](https://awesome-repositories.com/f/system-administration-monitoring/administrative-operations/linux-system-administration/networking/traffic-interception-modification.md) — Automates request and response modifications using JavaScript scripts for advanced debugging workflows.
- [Response Mocking](https://awesome-repositories.com/f/system-administration-monitoring/administrative-operations/linux-system-administration/networking/traffic-interception-modification/network-response-modifiers/response-mocking.md) — Replaces the body of matching HTTP responses with content from a local file to simulate server behavior without modifying the backend. ([source](https://docs.proxyman.com/proxyman-ios/tutorial-for-ios/map-local-for-ios-tutorial.md))
- [CORS Restriction Overrides](https://awesome-repositories.com/f/system-administration-monitoring/ad-blockers/restriction-bypasses/cors-restriction-overrides.md) — Adds permissive Access-Control-Allow-* headers to responses to override cross-origin restrictions. ([source](https://docs.proxyman.com/scripting/snippet-code.md))
- [Log Importers](https://awesome-repositories.com/f/system-administration-monitoring/interaction-logs/interaction-capturers/network-traffic-logs/log-importers.md) — Imports captured HTTP traffic from Proxyman, Charles Proxy, HAR, CSV, and Postman formats. ([source](https://docs.proxyman.com/basic-features/import-export.md))
- [Traffic Log Exporters](https://awesome-repositories.com/f/system-administration-monitoring/interaction-logs/interaction-capturers/network-traffic-logs/shareable-network-log-exporters/traffic-log-exporters.md) — Exports captured HTTP traffic logs in ProxymanSession, RAW, or HAR formats. ([source](https://docs.proxyman.com/command-line.md))
- [Request History Persistence](https://awesome-repositories.com/f/system-administration-monitoring/request-history-persistence.md) — Stores and displays previously composed HTTP requests and their responses. ([source](https://docs.proxyman.com/advanced-features/compose.md))
- [Traffic Automation Scripts](https://awesome-repositories.com/f/system-administration-monitoring/traffic-automation-scripts.md) — Activates or deactivates custom script execution to automate or modify network traffic handling. ([source](https://docs.proxyman.com/raycast.md))

### Testing & Quality Assurance

- [API Mocking](https://awesome-repositories.com/f/testing-quality-assurance/api-network-testing/api-mocking.md) — Simulates server responses and redirects requests for API testing without a live backend.
- [Proxy-Based Traffic Captures](https://awesome-repositories.com/f/testing-quality-assurance/automation-interaction-tools/user-interaction-simulation/device-emulators/android-device-integrations/proxy-based-traffic-captures.md) — Configures Android devices to route traffic through a proxy by installing root certificates and setting Wi-Fi proxy. ([source](https://docs.proxyman.com/debug-devices/android-device.md))
- [Proxy and Certificate Configurations](https://awesome-repositories.com/f/testing-quality-assurance/on-device-runtime-debugging/proxy-and-certificate-configurations.md) — Guides through installing root certificates and configuring HTTP proxies on mobile devices for HTTPS capture. ([source](https://docs.proxyman.com/debug-devices/ios-device.md))
- [Network Latency Simulators](https://awesome-repositories.com/f/testing-quality-assurance/api-network-testing/network-latency-simulators.md) — Applies preset bandwidth, latency, and packet-loss profiles to test app behavior. ([source](https://docs.proxyman.com/advanced-features/network-throttling.md))
- [Scripted Mock Responses](https://awesome-repositories.com/f/testing-quality-assurance/general-testing-utilities/test-utilities-assertions/network-api-mocking/api-response-modifiers/local-api-response-mocking/scripted-mock-responses.md) — Configures scripts to return predefined responses, acting as a mock server for development. ([source](https://docs.proxyman.com/scripting/snippet-code.md))
- [HTTP Message Differs](https://awesome-repositories.com/f/testing-quality-assurance/value-difference-visualizers/http-message-differs.md) — Shows differences between two requests or responses, including URL, headers, and body, in a side-by-side view. ([source](https://docs.proxyman.com/advanced-features/diff.md))

### Business & Productivity Software

- [Role-Based Log Sharings](https://awesome-repositories.com/f/business-productivity-software/permissioned-sharing-links/role-based-log-sharings.md) — Shares logs with role-based access control: private, team-wide, specific users, or public. ([source](https://docs.proxyman.com/team-workspace/share-log-online.md))
- [HTTP Message Editors](https://awesome-repositories.com/f/business-productivity-software/task-workflow-automation/email-automation/gmail-workflows/raw-message-access/http-message-editors.md) — Allows modification of the raw text of an HTTP request or response for precise control over the data. ([source](https://docs.proxyman.com/advanced-features/breakpoint.md))
- [Network Log Sharing Platforms](https://awesome-repositories.com/f/business-productivity-software/team-collaboration-events/collaboration-communication-tools/collaboration-software/team-collaboration-platforms/network-log-sharing-platforms.md) — Provides a workspace for sharing captured network logs with role-based access control.

### Data & Databases

- [Request CSV Exports](https://awesome-repositories.com/f/data-databases/csv-processing/json-to-csv-conversion/request-csv-exports.md) — Exports captured requests and sessions as HAR, CSV, or Postman files for sharing. ([source](https://docs.proxyman.com/basic-features/import-export.md))
- [Traffic Log Sharing](https://awesome-repositories.com/f/data-databases/data-processing-pipelines/data-processing/document-unstructured-extraction/extraction-configurations/pipeline-configurations/team-sharing/traffic-log-sharing.md) — Shares captured logs or HAR files with team members using role-based access control. ([source](https://cdn.jsdelivr.net/gh/proxymanapp/proxyman@master/README.md))
- [OpenAPI-to-API-Doc Converters](https://awesome-repositories.com/f/data-databases/openapi-processors/openapi-to-api-doc-converters.md) — Converts captured HTTP traffic into OpenAPI YAML or HTML documentation. ([source](https://docs.proxyman.com/advanced-features/swagger-openapi.md))
- [Multidimensional Filter Combinations](https://awesome-repositories.com/f/data-databases/stream-filters/combined-filtering-and-transformation/multidimensional-filter-combinations.md) — Applies multiple filter criteria simultaneously using AND/OR operators to narrow down HTTP traffic. ([source](https://docs.proxyman.com/advanced-features/multiple-filters.md))
- [Network Request Allowlists](https://awesome-repositories.com/f/data-databases/text-allowlist-filters/network-request-allowlists.md) — Toggles a filter that permits only specified network requests for debugging. ([source](https://docs.proxyman.com/raycast.md))

### Graphics & Multimedia

- [Contextual Traffic Filters](https://awesome-repositories.com/f/graphics-multimedia/custom-processing-filters/traffic-pipeline-filters/contextual-traffic-filters.md) — Filters captured traffic by selecting specific header, query, or form values from requests or responses. ([source](https://docs.proxyman.com/basic-features/content-filter.md))

### Operating Systems & Systems Programming

- [Runtime Decoding Rules](https://awesome-repositories.com/f/operating-systems-systems-programming/binary-object-reconstruction/protobuf-decoders/runtime-decoding-rules.md) — Configures Protobuf decoding rules per request or response for traffic inspection. ([source](https://docs.proxyman.com/advanced-features/protobuf.md))
- [WebSocket Frame Decoders](https://awesome-repositories.com/f/operating-systems-systems-programming/binary-object-reconstruction/protobuf-decoders/websocket-frame-decoders.md) — Decodes binary WebSocket frames as Protobuf messages with separate client/server rules. ([source](https://docs.proxyman.com/advanced-features/protobuf.md))
- [Certificate Installation Tools](https://awesome-repositories.com/f/operating-systems-systems-programming/ios-device-management/ios-simulator-lifecycle-controllers/certificate-installation-tools.md) — Installs and trusts certificates on iOS simulators to enable HTTPS capture from Flutter apps. ([source](https://docs.proxyman.com/debug-devices/flutter.md))

### Programming Languages & Runtimes

- [Data Transformation Libraries](https://awesome-repositories.com/f/programming-languages-runtimes/language-features-paradigms/language-features/built-ins/built-in-asset-libraries/data-transformation-libraries.md) — Ships bundled JavaScript libraries for Base64 encoding, hashing, encryption, and text formatting. ([source](https://docs.proxyman.com/scripting/script.md))
- [HTTP Request Code Generators](https://awesome-repositories.com/f/programming-languages-runtimes/multi-target-code-generation/http-request-code-generators.md) — Generates HTTP request source code in multiple languages from captured traffic. ([source](https://docs.proxyman.com/advanced-features/code-generator.md))
- [Scripted Preview Tabs](https://awesome-repositories.com/f/programming-languages-runtimes/programming-language-varieties/scripting-languages/agent-import-script-previews/scripted-preview-tabs.md) — Uses scripting to decode, transform, or display arbitrary body data in a user-defined preview tab. ([source](https://docs.proxyman.com/basic-features/custom-previewer-tab.md))
- [Per-Request Descriptor Rules](https://awesome-repositories.com/f/programming-languages-runtimes/protobuf-descriptor-loading/per-request-descriptor-rules.md) — Defines per-request Protobuf descriptor rules for parsing binary data. ([source](https://docs.proxyman.com/advanced-features/protobuf.md))
