[GH-ISSUE #531] Many apps not listed #527

Open
opened 2026-03-03 19:19:34 +03:00 by kerem · 2 comments
Owner

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.com in shell, this request won't be listed. Is there any limitation or misconfiguration please?

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.com` in shell, this request won't be listed. Is there any limitation or misconfiguration please?
Author
Owner

@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 curl CLI. Thus, We have to explicitly config the Proxy.

In your cases, you should use --proxy flag. For instance, curl -i https://google.com --proxy http://localhost:9090 in order to see on Proxyman app

Read more at:

<!-- gh-comment-id:646562990 --> @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 `curl` CLI. Thus, We have to explicitly config the Proxy. In your cases, you should use `--proxy` flag. For instance, `curl -i https://google.com --proxy http://localhost:9090` in order to see on Proxyman app Read more at: - https://docs.proxyman.io/troubleshooting/couldnt-see-any-requests-from-3rd-party-network-libraries - https://docs.proxyman.io/troubleshooting/couldnt-see-any-request-from-localhost-server
Author
Owner

@SbIm commented on GitHub (Jun 19, 2020):

@NghiaTranUIT Thanks!!!

<!-- gh-comment-id:646586967 --> @SbIm commented on GitHub (Jun 19, 2020): @NghiaTranUIT Thanks!!!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#527
No description provided.