mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1112] Don't see any request to nginx (local or dockerised) #1107
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#1107
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 @indapublic on GitHub (Jan 14, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1112
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Version 2.35.4 (23540)
macOS Version? (Ex. mac 10.14)
11.6 (20G165)
Steps to reproduce
Expected behavior
See request in Proxyman
Screenshots (optional)
What I did wrong?
@NghiaTranUIT commented on GitHub (Jan 14, 2022):
You didn't do any wrong. The reason is that localhost traffic doesn't go through HTTP Proxy by default. The system ignores them.
You can fix it by either:
localhost.proxyman.io:8080orlocalhost.proxyman.io:10000Read more at Doc: https://docs.proxyman.io/troubleshooting/couldnt-see-any-request-from-localhost-server
Please let me know if it works 👍
@indapublic commented on GitHub (Jan 14, 2022):
Thanks for so quick response, @NghiaTranUIT ! Works like a charm. What if I'm want to send those requests from another machine in my local network (e.g. http://10.0.88.188:10000)?
@NghiaTranUIT commented on GitHub (Jan 14, 2022):
Sorry, but I don't understand how to "Send a request from another machine to my local network" 🤔 ?
Can you give an example?
@indapublic commented on GitHub (Jan 14, 2022):
I have two machines in my local network at home. I want to open website (which hosted on my machine #1 with proxyman) from machine #2. Some confused how I can to use
localhost.proxyman.ioin this case.@NghiaTranUIT commented on GitHub (Jan 14, 2022):
It's quite tricky to do it:
Let assume that the second machine it's your iPhone. Now, you would like to use iPhone to access a server (http://10.0.88.188:10000), which hosts on your Macbook + Proxyman.
From what I remember, you can easily do it.
You can find the IP and Port in Proxyman Certifiacte menu -> Install on iOS -> Physical Device -> Step 2 => (You don't need to do step 3,4,5 ).
If you would like your alias name, it's trickier, since you have to set up a Share Network. Read more at https://stackoverflow.com/a/3132119/3127477
For the second Mac, you can do the same thing as the iPhone. Change the Wifi Proxy (Network -> Wifi -> Advanced -> Proxies tab).
@indapublic commented on GitHub (Jan 14, 2022):
Awesome! Thanks @NghiaTranUIT Sorry for dumb questions.