mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1107] [Question] Use proxyman with iOS device connected to the server on desktop #1100
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#1100
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 @edw4rddx on GitHub (Jan 11, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1107
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Version 2.35.3 (23530)
macOS Version? (Ex. mac 10.14)
11.6
I am running localhost server (website) on the desktop, device is connected to the desktop via proxyman proxy.
Is it possible to use localhost server on desktop with my iOS app on physical device?
@NghiaTranUIT commented on GitHub (Jan 11, 2022):
Hey @edw4rddx it's possible and there are many solution.
Assume you have a localhost server, which runs at port 3000.
Solution 1 (Easiest)
localhost.proxyman.io:3000, it will redirect to your localhost:3000. (Please change the port, if you use different port number)Alternative
@NghiaTranUIT commented on GitHub (Jan 11, 2022):
The reason why you could not directly access
localhost:3000from your iPhone is that all localhost traffic doesn't go through the HTTP Proxy Server, which you config in the Setting -> Wifi.Use the trick
localhost:proxyman.io:<port>will make sure it goes through the Proxyman app (on your Mac), and visit the actual local server 👍