mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 08:05:52 +03:00
[GH-ISSUE #1948] Some apps cannot fetch information, what's going on? #1940
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#1940
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 @jiayouzl on GitHub (Feb 26, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1948
iterm2,macos Own terminal,pycharm。。。。The network communication information of these applications cannot be obtained through Proxyman. What's going on?
@NghiaTranUIT commented on GitHub (Feb 26, 2024):
@jiayouzl It's not a bug from Proxyman, it's how macOS/Python works. Traffic from these apps doesn't respect the system HTTP Proxy, so Proxyman can't capture it automatically.
To capture your Python traffic, you should open the pre-configured Terminal from the Automatic Setup: https://docs.proxyman.io/automatic-setup/automatic-setup
Works with Python, cURL, Ruby, NodeJS too 👍
@jiayouzl commented on GitHub (Feb 26, 2024):
Thank you very much, the terminal works according to your method, but how can I capture the communication content of these apps like PyCharm? Thank you.
@NghiaTranUIT commented on GitHub (Feb 26, 2024):
Like I said, let's open the Pre-configured Terminal in the Auto Setup from Proxyman -> Then start your PyCharm app on this Terminal -> Proxyman will capture all HTTP/HTTPS from your app.
@jiayouzl commented on GitHub (Feb 26, 2024):
So that's how it is, thank you for letting me know.