mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #531] Many apps not listed #527
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#527
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 @SbIm on GitHub (Jun 19, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/531
Proxyman version? (Ex. Proxyman 1.4.3)
Free Version 2.0.1
macOS Version? (Ex. mac 10.14)
10.15.4
I've noticed that many apps no listed even it has many http requests,
for example, execute
curl -i https://google.comin shell, this request won't be listed. Is there any limitation or misconfiguration please?@NghiaTranUIT commented on GitHub (Jun 19, 2020):
Hey @SbIm, some apps don't go through HTTP Proxy (9090 - Proxyman's port) by default, such as
curlCLI. Thus, We have to explicitly config the Proxy.In your cases, you should use
--proxyflag. For instance,curl -i https://google.com --proxy http://localhost:9090in order to see on Proxyman appRead more at:
@SbIm commented on GitHub (Jun 19, 2020):
@NghiaTranUIT Thanks!!!