Proxyman Logo v2
Proxyman

Blogs

Learn to use Proxyman efficiently for your daily works.

Cover Image for Capture HTTPS Requests from Vision Pro Simulator

Capture HTTPS Requests from Vision Pro Simulator

Capture HTTPS Requests from Vision Pro Simulator with Proxyman app.

Cover Image for Capture HTTPs traffic from React Native apps with Proxyman

Capture HTTPs traffic from React Native apps with Proxyman

Capture HTTP/HTTPS Requests/Responses from React Native apps with Proxyman.

Cover Image for Capture HTTP/HTTPS Request from axios (NodeJS)

Capture HTTP/HTTPS Request from axios (NodeJS)

Capture HTTP/HTTPS Requests Response from axios library (NodeJS) for debugging.

Cover Image for Capture HTTP/HTTPS Request from Ruby (net::http, or http gem) scripts

Capture HTTP/HTTPS Request from Ruby (net::http, or http gem) scripts

This blog demonstrates how to capture HTTP/HTTPS traffic from Ruby scripts (net/http, http) library by using Automatic Setup from Proxyman

Cover Image for How to use Reverse Proxy to capture HTTP/HTTPS from non-HTTP-Proxy apps/clients

How to use Reverse Proxy to capture HTTP/HTTPS from non-HTTP-Proxy apps/clients

This blog demonstrates how to capture HTTP/HTTPS traffic from apps/clients that do not support the HTTP Proxy by using Reverse Proxy Tool.

Cover Image for Manipulate GraphQL Request with Breakpoint Tool

Manipulate GraphQL Request with Breakpoint Tool

A tutorial demonstrates how use a Breakpoint tool to manipulate GraphQL Request/Response

Cover Image for [🛠 Tips] Organize related rules by folder with Proxyman

[🛠 Tips] Organize related rules by folder with Proxyman

A tutorial demonstrates how to arrange your rules by folder with Proxyman

Cover Image for Simulate poor network condition on iOS with Proxyman

Simulate poor network condition on iOS with Proxyman

A tutorial demonstrates how to simulate different network condition with Proxyman

Cover Image for [🛠 Tips] Manage header columns on main table view

[🛠 Tips] Manage header columns on main table view

A tutorial demonstrates how to add/remove header columns on your network panel

Cover Image for How to inspect network traffic from iOS 15 Simulator with Proxyman

How to inspect network traffic from iOS 15 Simulator with Proxyman

A tutorial demonstrates how to use Proxyman as a man-in-the-middle proxy to intercept network traffic on iOS Simulator (support iOS 15)

Cover Image for Compare 2 HTTP requests/responses using Proxyman Diff tool

Compare 2 HTTP requests/responses using Proxyman Diff tool

A tutorial demonstrates how to compare request/response using Proxyman Diff tool

Cover Image for FAQs for Reseller/Retailer

FAQs for Reseller/Retailer

This guideline list out all necessary information for the reseller/retailer.

Cover Image for Modify HTTP Request/Response with Proxyman Breakpoint Tool

Modify HTTP Request/Response with Proxyman Breakpoint Tool

A tutorial demonstrates how to modify a HTTP Request (HTTP Method, Scheme, Host, Port, Path, and Query) with the Breakpoint Tool

Cover Image for Capture and inspect HTTPs traffic from iPhone

Capture and inspect HTTPs traffic from iPhone

A tutorial demonstrates how to use Proxyman for iOS to capture network traffic from iOS devices.

Cover Image for Intercept HTTPS Network Traffic from WatchOS

Intercept HTTPS Network Traffic from WatchOS

Capture HTTP/HTTPS traffic from WatchOS Simulator.

Cover Image for Hidden features from Proxyman (Part 2)

Hidden features from Proxyman (Part 2)

A collection of hidden features that might significantly boost your productivity.

Cover Image for Hidden features from Proxyman (Part 1)

Hidden features from Proxyman (Part 1)

A collection of hidden features that might significantly boost your productivity.

Cover Image for Preview multipart/form-data Body from HTTP Request and Response

Preview multipart/form-data Body from HTTP Request and Response

This mini-blog will demonstrate how to inspect the multipart/form-data Request/Response.

Cover Image for Install Certificate for iOS Simulators on Xcode 12.5

Install Certificate for iOS Simulators on Xcode 12.5

This mini-blog would demonstrate how to install the Proxyman/Charles Proxy certificate to iOS Simulators from Xcode 12.5.

Cover Image for Multiple Filters - Useful tip that boost your productivity

Multiple Filters - Useful tip that boost your productivity

This mini-blog would demonstrate how to use the Multiple Filters to quickly filter out your requests/responses.

Cover Image for Display Query Name from GraphQL Request

Display Query Name from GraphQL Request

This mini-blog would demonstrate how to display the QueryName of GraphQL Request.

Cover Image for How to map a Local Response for GraphQL Requests?

How to map a Local Response for GraphQL Requests?

How to map a Local Response for GraphQL Requests?

Cover Image for How to use Android Debug Bridge (adb) on Android Emulators?

How to use Android Debug Bridge (adb) on Android Emulators?

This mini-blog will guide you on how to use the Android Debug Bridge (adb) command to perform complicated tasks under seconds.

Cover Image for How to install and trust self-signed certificates on Android 11?

How to install and trust self-signed certificates on Android 11?

This mini-blog will guide you on how to install and trust your self-signed certificate on Android 11.

Cover Image for How to intercept HTTPS Traffic on Android Devices and Android Emulators?

How to intercept HTTPS Traffic on Android Devices and Android Emulators?

This mini-blog will guide you on how to start intercepting HTTPS Traffic from Android Devices and Android Emulators.

Cover Image for How to generate and use Custom Root Certificates on Proxyman?

How to generate and use Custom Root Certificates on Proxyman?

This mini-blog will guide you on how to manually generate self-signed certificates that comply with new Apple’s Security Requirement (iOS 13+ and Catalina), then using it as a Custom Root Certificate.

Cover Image for How to by-pass CORS Policy

How to by-pass CORS Policy

This mini-blog will guide you on how to by-pass CORS (Cross-origin resource sharing) during developing websites or mobile apps (iOS and Android).

Cover Image for Migrate from Charles to Proxyman

Migrate from Charles to Proxyman

This mini blog to help you migrate files from Charles Proxy to Proxyman.

Cover Image for Change HTTP status codes for UI testing

Change HTTP status codes for UI testing

This miniblog demonstrate how to use Proxyman to modify a HTTPs response and simulate a backend error

Cover Image for SSL Debugging with Firefox?

SSL Debugging with Firefox?

In this tutorial, we would share how we quickly capture and inspect HTTPS requests from Product Hunt page via Firefox Browser.

Cover Image for Can we bypass SSL Pinning?

Can we bypass SSL Pinning?

In this tutorial, we would explain why you could not intercept HTTPS Traffic from SSL Pinning app.

Cover Image for Useful network debugging tips with Proxyman

Useful network debugging tips with Proxyman

This miniblog gives developers helpful tips for using Proxyman to complete some debugging tasks faster and more efficiently.

Cover Image for Comparison of Charles Proxy, Fiddler, Wireshark and Proxyman

Comparison of Charles Proxy, Fiddler, Wireshark and Proxyman

Proxyman could be considered as an alternative of Fiddler, Charles Proxy for inspecting and manipulating network traffic

Cover Image for How to debug WebSocket from iOS Device

How to debug WebSocket from iOS Device

In this tutorial, we would like to show how to intercept and debug the WebSocket message from iOS device during the development phase by using Proxyman, which is a powerful tool for debugging HTTP/HTTPS and WebSocket.

Cover Image for Using Proxyman Breakpoint to intercept and modify the requests/response on iOS devices

Using Proxyman Breakpoint to intercept and modify the requests/response on iOS devices

This mini blog demonstrates how I use Proxyman Breakpoint tool to manipulate HTTP rquests/ responses body for debugging purposes.

Cover Image for Useful shortcuts that boost your productivity

Useful shortcuts that boost your productivity

This brief technical blog will demonstrate current keyboard shortcuts on Proxyman.

Cover Image for Share HTTPS request/response with HAR file

Share HTTPS request/response with HAR file

This brief technical blog will demonstrate how we can share HTTPS Requests in HAR file between Paw and Charles Proxy, which makes it easier to share HTTPs requests with other team members.

Cover Image for How to manipulate HTTP response using Proxyman Map Local Tool

How to manipulate HTTP response using Proxyman Map Local Tool

This mini blog demonstrate how to use Proxyman Map Local Tool to quickly manipulate the response body.

Cover Image for Debugging on iOS Simulator with Proxyman!

Debugging on iOS Simulator with Proxyman!

This mini blog demonstrate how to capture network traffic on iOS Simulators with Proxyman.

Cover Image for How to use Proxyman to report bugs effectively?

How to use Proxyman to report bugs effectively?

Proxyman is a handy tool not only for capturing and inspecting network traffic, but also for reporting bugs effectively.

Cover Image for How I use Proxyman to capture iPhone traffic?

How I use Proxyman to capture iPhone traffic?

This mini-blog would demonstrate how to capture and inspect HTTP(s) Traffic from your iOS Devices using Proxyman for macOS

Cover Image for Capture HTTP(s) traffic with Proxyman

Capture HTTP(s) traffic with Proxyman

This tutorial is going to demonstrate how we can use Proxyman to capture HTTP(s) Traffic from your macOS devices.