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
  • 1. Import
  • 2. Export
  • 3. Import & Export by Command Line
  • 4. How to use
  1. BASIC FEATURES

Import / Export

How to export and Import data from Proxyman. Support Proxyman Log, HAR, CSV, Charles File, PostmanCollection2

PreviousBypass Proxy ListNextContent Filter

Last updated 7 months ago

1. Import

Proxyman supports multiples traffic log files from Proxyman and Charles Proxy.

  • Proxyman Log: Built-in Proxyman Log that contains all Requests and Responses information.

  • Proxyman Session: Entire working session files that are exported from the Proxyman app.

  • HAR 1.2 (): Suitable for transferring the HTTP Request and Response to other apps for the later inspector. Charles, Google Chrome, Safari, Firefox, and other Network Analyzer apps are fully supported.

  • Charles Proxy Log: Charles Log that exports from Charles Proxy app. The file extension is chls.

  • CSV File: Export selected requests as a CSV file (Proxyman 2.29.0+)

  • Charles Proxy Log for iOS (Proxyman 2.30.0+): File extension is chlsj.

  • Export as Postman Collection 2.

If you would like to save an entire working Session, please read the Save Session Page.

2. Export

You can export:

  • List of selected Requests or Responses.

  • All traffic from specific Client or Domain Node or Remote Devices.

  • An entire working session.

  • Export as Proxyman LOG or ProxymanSession, Body or Raw tab.

It's useful to export a bug request that you can investigate later or send to your QA team.

3. Import & Export by Command Line

Proxyman offers a useful command line that helps you perform that import/export operation by a bash script.

4. How to use

4.1 Import files to Proxyman

  • Drag and drop files to Proxyman Window

  • File -> Open -> Select a file

The imported file will be added to the Pin Section where you can inspect all traffic.

4.2 Export to files

There are many ways to export a selected request to files:

  • Select Request & Response on the main table view -> Right Click -> Export

  • Right Click on the App or Domain -> Export

HTTP Archive
Save Session
Charles Proxy Converter
Command-line