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

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

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
common
and
to facilitate your debugging procedure and make it 100x faster.
Breakpoint Tool

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 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.