mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #474] PAC support #471
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#471
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @williambailey on GitHub (Apr 7, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/474
Originally assigned to: @NghiaTranUIT on GitHub.
I often work in an environment where proxy configuration is managed via Proxy auto-config PAC.
It would be extremely handy in these situations to have Proxyman support PAC as part of it's External Proxy configuration. Both via specify a URL to a PAC file or by copy and pasting the contents of a PAC into a text area.
The feature could also be further enhanced with support the DNS resolution part of the Web Proxy Auto-Discovery Protocol
I'm currently working around the lack of PAC support by running a local pac aware proxy and then using the Proxyman External Proxy configuration to bounce requests via this other local proxy.
@NghiaTranUIT commented on GitHub (Apr 7, 2020):
Interesting issue. I will look forward to parsing the PAC file and integrate it with External Proxy feature.
I remember that there is a request to support PAC for HTTP/HTTPS Proxy config too.
@manuFL commented on GitHub (Feb 15, 2021):
This feature would be very, very useful...
@NghiaTranUIT commented on GitHub (Feb 14, 2022):
Good news. This feature has frequently gotten more requests, so I decide to implement it in the next release Proxyman 3.2.0 😄 🎉
@NghiaTranUIT commented on GitHub (Feb 24, 2022):
Hey @williambailey, @manuFL @kinwahlai, @alfrescian, and @davidbroza
The good news is that External Proxy now supports PAC File 👍
You can access it via Tools Menu -> Proxy Setting -> External Proxy Setting -> Paste your PAC URL.
Proxyman will parse the PAC file and proxy the traffic to the correct proxy server 😄
Please try this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.1.0_Support_PAC_File.dmg
@foxt451 commented on GitHub (Aug 31, 2023):
@NghiaTranUIT is it possible to write plain server url, username, password, port then? I can only see the pac field and my proxy is not pac aware
@NghiaTranUIT commented on GitHub (Aug 31, 2023):
@foxt451 you might use HTTP and HTTPS Proxy in the Tools menu -> Proxy Setting -> External proxy
It allows you to enter server URL, Port, username and password 👍
@weyert commented on GitHub (Oct 4, 2024):
I don't see it in the Windows version of ProxyMan?
@Robert-Saiter commented on GitHub (May 1, 2025):
I don't see Automatic Proxy Configuration in the external proxy settings for Windows version 2.23.0. Is this not supported or is it a configuration issue?
@NghiaTranUIT commented on GitHub (May 2, 2025):
Sorry @Robert-Saiter PAC is only available on macOS atm