Proxyman
HomepageDownload
  • Overview
  • Changelog
  • License
  • License Manager
  • Raycast
  • Command-line
  • Security Compliance
  • Proxyman iOS
    • Proxyman for iOS
    • Map Local for iOS
    • Breakpoint for iOS
    • Tutorial for iOS
      • Map Local for iOS Tutorial
      • Breakpoint for iOS Tutorial
  • Debug on Devices
    • macOS
    • iOS Device
    • iOS Simulator
    • tvOS & watchOS
    • Android Device & Emulator
      • Automatic Script for Android Emulator
      • Sample Android Project
    • Firefox
    • Java VMs
    • Python
    • Ruby
    • NodeJS
    • Rust
    • Golang
    • React Native
    • Flutter
    • HTTP Clients
    • Docker
    • ElectronJS
    • NextJS (fetch)
  • Automatic Setup
    • Automatic Setup
    • Manual Setup
    • Troubleshooting
  • Atlantis
    • Atlantis for iOS
  • BASIC FEATURES
    • Proxyman Proxy Helper Tool
    • Request / Response Previewer
    • SSL Proxying
    • Bypass Proxy List
    • Import / Export
    • Content Filter
    • Multiple Tabs
    • Horizontal/Vertical/Window Layout
    • Copy as
    • Custom Previewer Tab
    • Custom Header Column
    • Regex (Regular Expression)
    • Filter JSON Response
    • Highlight by Color and Add Comment
    • Import / Export Settings
    • Multipart Form-Data Previewer
    • JSONPath
    • Customize Toolbar
    • Localization
    • Quick Preview
  • ADVANCED FEATURES
    • Repeat
    • Edit & Repeat
    • Compose new Request
    • No Caching
    • Breakpoint
    • Breakpoint Templates
    • Map Local (File)
    • Map Local (Directory)
    • Map Remote
    • External Proxy
    • Save Session
    • Protobuf
    • WebSocket
    • Clear Session
    • Block List
    • Allow List
    • Charles Proxy Converter
    • Custom Certificates
    • GraphQL
    • Network Conditions
    • Multiple Filters
    • Custom Filters
    • Publish to Gist
    • Reverse Proxy
    • Code Generator
    • Diff
    • Access Control
    • DNS Spoofing
    • SOCKS Proxy
    • Swagger OpenAPI
    • TLS Key Logging
  • Proxyman Windows
    • Install Certificate
    • WSL
  • Scripting
    • Scripting
    • async/await Request
    • Addons
    • Built-in JS Libraries
    • Write your own Addons
    • Snippet Code
    • Environment Variables
  • Troubleshooting
    • Proxyman does not work with VPN apps
    • My Remote Devices (iOS/Android) could not connect to Proxyman?
    • iOS 16 and iOS 17 issues
    • SSL Error from HTTPS Request/Response
    • I could not see any requests from my localhost server
    • I could not see any HTTP traffic from my NodeJS, Python, or Ruby scripts
    • *.local requests do not appear on Proxyman
    • I couldn't see any traffics on Proxyman
    • I couldn't see any requests from 3rd-party network libraries
    • [Breakpoint] Modify Request/Response by Raw Message
    • Could not change Proxyman App Icons
    • Lost data after updating Proxyman app?
    • Proxyman consumes too much RAM & unresponsive
Powered by GitBook
On this page
  • Primary Filter:
  • Status Filters:
  • Secondary Filter:
  • Header, Query, Auth, Form Filter
  1. BASIC FEATURES

Content Filter

Quick filter the URLs with many criteria, such as URL, Header, Body, Status Code by contains, not contains, prefix, suffix, and regex.

PreviousImport / ExportNextMultiple Tabs

Last updated 7 months ago

Proxyman offers the Primary and Secondary Filters to quickly filter out the Requests or Responses you're looking for.

⌘F: Open Filter Bar quickly

ESC to close the Filter Bar

Primary Filter:

Filter

Description

All

All Requests and Responses

HTTP

Only HTTP

HTTPS

Only HTTPS

WebSocket

Only WebSocket and Secure WebSocket

JSON

Content-Type is application/json or JSON contents

XML

Only XML

Form

Only Form Body in Request / Response

JS

Only JavaScript content

CSS

Only CSS content

Document

Documents content: HTML, ...

Media

Image contents: PNG, JPG, GIF, ...

Other

Other contents which no matching with the above.

Font

All font family

GraphQL

GraphQL Request (has suffix /graphQL)

Status Filters:

Filter

Description

1xx

Status Code from 100-200

2xx

Status Code from 200-300

3xx

Status Code from 300-400

4xx

Status Code from 400-500

5xx

Status Code from 500

Hold CMD key and Click to select multiple Types

Secondary Filter:

Content:

  • URL

  • Query String

  • Request Header

  • Response Header

  • Method

  • Status Code

  • Comment

  • Color

Matching:

  • Contains

  • Not Contains

  • Start With

  • End With

  • Equal

  • Not Equal

  • Regex

Header, Query, Auth, Form Filter

From Proxyman 2.34.0+, we can quickly filter the Header, Query, Auth, Form from the selected Request and Response.

  1. Click on the view (e.g. Header of the Request)

  2. Use Hotkey: CMD + F or Right-Click -> Show Filter to open the filter

Multiple Filters Selection (Hold CMD key and Click)
Filter Header, Query, Auth Form content