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. What's it?
  • 2. Benefits
  • 3. How to use
  • 4. Bypass Proxy
  1. ADVANCED FEATURES

External Proxy

Proxy HTTP/HTTPS message to external Proxy server

PreviousMap RemoteNextSave Session

Last updated 3 years ago

1. What's it?

Some companies have a central Proxy server, and all outgoing requests must go through to the Proxy Server in order to access the Internet.

In this case, you might have to config Proxyman to proxy all connections to the External Proxy.

2. Benefits

  • Navigate all traffic to your cooperated Proxy Server.

  • Able to define Hosts, or Domains which bypass the External Proxy.

  • Support HTTP/HTTPS/SOCKS Proxy.

  • Support PAC Proxy (Automatic Proxy Configuration) (Proxyman 3.2.0+)

3. How to use

  • Tool menu -> Proxy Setting -> External Proxy Setting...

  • You can config HTTP, HTTPS, or SOCKS Proxy, which point to your external Proxy server.

  • If you have a PAC URL, you can use it in Automatic Proxy Configuration.

  • Proxyman also supports Basic Authentication.

External SOCKS Proxy with authentication is not supported.

4. Bypass Proxy

  • You can define hosts/domains that will be bypass the external proxy. Each host must be separated by a Comma. Wildcard (* or ?) is supported.

  • By default, Proxyam automatically bypasses all localhost traffic from the external proxy. To enable it, please check the "Always bypass external proxies for localhost" checkbox.

Localhost traffic is traffic from your localhost, 127.0.0.1, or 0.0.0.0 with all ports.

HTTP, HTTPS, SOCKS, PAC Proxy