Proxyman - Best HTTP Debugging Proxy for macOS, iOS, Windows & Linux

2 min read Original article ↗

Complete suite of network debugging tools

Dive into the network level to diagnose and fix problems with reliable and powerful tools.

Capture HTTP/HTTPS Traffic

Proxyman acts as a man-in-the-middle

server that capture the traffic between your applications and SSL Web Server. With built-in macOS setup, so you can inspect your HTTP/HTTPS Request and Responses in plain text

with just one click.

Multiple Filters

Narrow down your search with Proxyman's Multiple Filters. You can combine complex filtered criteria like Protocol, Content-Type, URL, Request Header, Response Header, Body, etc that find exact what you're looking for.

GraphQL Debugging

Proxyman supports GraphQL

Easily debug GraphQL Request by defining a matching rule with a particular GraphQL QueryName. Works with Breakpoint, Map Local, Map Remote, and Scripting Tool.

Scripting Tool

Use Javascript to manipulate the request/response content with Proxyman

Breakpoint, Map local GUI is so slow?

Try Scripting Tool: Use

Javascript code to manipulate the Request/Response with your own logic.

We provide a handful of

Snippet Code,

common

Add-ons

and

JS Libraries

to facilitate your debugging procedure and make it 100x faster.

Breakpoint Tool

Change the request/response content on the fly with Proxyman. Support Header, Status Code, URL, Body

Breakpoint Tool helps you to modify Requests/Responses Data on the fly without changing any client code. Supports URL, Headers, Body, Status Code, Raw Message, etc.

Map Local Tool

Map a local file with a matched response with Proxyman

Map Local Tool allows developers to mock a Response with a local file. Boost development speed up by directly modifying the response with Status Code, Header, and Body without waiting for the backend.