mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #726] Cannot be used to intercept .local suffix requests #722
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#722
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 @leixjin on GitHub (Dec 15, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/726
Proxyman version? (Ex. Proxyman 1.4.3)
Version 2.14.2 (21420)
macOS Version? (Ex. mac 10.14)
macOS 10.15.6
Steps to reproduce
Open iOS Simulator,run any debug app,send a request with .local suffix
Expected behavior
Can see the request in proxman
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Dec 15, 2020):
Please remove the .local in the bypass list from Wifi -> Advanced -> Proxies -> Bypass list. By default, macOS will ignore all local traffic that goes to the Proxyman Proxy 👍
@NghiaTranUIT commented on GitHub (Dec 15, 2020):
Here is the screenshot to make it's easier 😄 @leixjin
@leixjin commented on GitHub (Dec 21, 2020):
Thanks!On the simulator it worked.But how to make it work on the iOS device?
@NghiaTranUIT commented on GitHub (Dec 21, 2020):
You can map yourdomain.local to different endpoint in /etc/hosts file, e.g yourdomain.dev
It will go to proxyman port 👍