mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #541] Map Local doesn't work when using non-standard HTTPS port #537
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#537
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 @ianiv on GitHub (Jul 3, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/541
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman 2.1.1
macOS 10.15.5
Steps to reproduce
*/v1/*and all subpathshttps://yourserver:8443/v1/testExpected behavior
Map Local rules should apply regardless of the port used if the pattern matches the request
@NghiaTranUIT commented on GitHub (Jul 4, 2020):
Thanks for the detailed report. Let me investigate and send the beta build soon 🙌
@ianiv commented on GitHub (Jul 4, 2020):
I also noticed the same problem with breakpoints later in the day
@NghiaTranUIT commented on GitHub (Jul 4, 2020):
You're right because they are the same code for URL matching 😄. I'm fixing it now 🌮
@NghiaTranUIT commented on GitHub (Jul 4, 2020):
@ianiv I'm not sure, but I couldn't reproduce your issue. It works well in the latest build 2.1.1
Here is my steps:
/etc/host. Thus, I can access via https://proxyman.dev:8443/v1/testcurl -X POST -v https://proxyman.dev:8443/v1/test --proxy http://localhost:9090and enable SSL-Proxying on this domain (Right Menu -> Enable SSL) and verify that I can see the HTTPS traffic*/v1/*with a default message** Setup the same for the Breakpoint - Response and it's still working
I suppose that you forgot to enable SSL-Proxying on your domain (Step 2). Please help me to verify that
@ianiv commented on GitHub (Jul 4, 2020):
You are correct, it does work and I am not sure why it wasn't working before. I suspect it has to do with adding both a map local and breakpoint rule for the same pattern. I can't get that to work reliably.
@NghiaTranUIT commented on GitHub (Jul 4, 2020):
Glad to know that it's working now. I will keep investigating this issue and bump it if I find 👍