mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1745] About Web Browsers Proxy #1738
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#1738
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 @52assert on GitHub (Aug 19, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1745
Description
@NghiaTranUIT commented on GitHub (Aug 19, 2023):
It's only for Firefox. You can manually set a proxy and install the certificate by following this docs: https://docs.proxyman.io/debug-devices/firefox
Google Chrome works out of the box, no need to config.
@52assert commented on GitHub (Aug 19, 2023):
Thank you very much for your reply. I am Chrome now, but Proxyman did not listen to the request. What may be the reason?

@NghiaTranUIT commented on GitHub (Aug 19, 2023):
It seems you're using Proxyman + VPN app at the same time? because there is no traffic recorded.
and, please open Proxyman Setting -> Advance Tab -> To check if you've installed the Helper Tool.
@52assert commented on GitHub (Aug 19, 2023):
@NghiaTranUIT commented on GitHub (Aug 19, 2023):
thanks. so the problem is the Clash Agent. It change the Proxy Setting.
When Proxyman starts, it automatically overrides the System Proxy in System Setting -> Wifi -> Your Wifi -> Details - Proxies Tab -> HTTP & HTTPS Proxy to 127.0.0.1 port 9090. Then, Proxyman will show the traffic.
However, by using Clash Agent or VPN app, these apps might change the proxy setting -> No traffic on Proxyman.
To fix it, you can simply set the System Proxy to 127.0.0.1 port 9090
Or don't use Clash Agent at the same time.
@52assert commented on GitHub (Aug 19, 2023):