mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1884] Issues with running Map Remote. Map Remote not mapping. #1876
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#1876
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 @maciejpigulski on GitHub (Dec 15, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1884
Description
I have tried everything and I still cannot get map remote to work.
Simplest possible rule:
Give me back the "Welcome to Local Proxyman Server" page.
I give up. Help?
@NghiaTranUIT commented on GitHub (Dec 15, 2023):
If you use
localhost:3000or something it's not port 9090. It will work.Localhost and port 9090 are reserved for the local Proxyman server -> It's a reason why you get a Local Proxy Server Response.
If you're not familiar with the Map Remote, you might use the Scripting. Here is the snippet code: https://docs.proxyman.io/scripting/snippet-code#http-to-https
@maciejpigulski commented on GitHub (Dec 19, 2023):
I have tried
3000and9091so it is not9090but still fail to get the rule to work. This looks like something else is wrong.When trying exact IP instead of localhost has the same result:
Haven't tried scripting yet.
@maciejpigulski commented on GitHub (Dec 19, 2023):
Ok I begin to understand what you have meant.
So for the setup I need to get to work I should never point to the port of ProxyMan, it will just show me the page and won't allow to do any redirects from there. Changing ProxyMan port just changes where it is listening for external calls to install the certificate if needed.
Second thing, assuming ProxyMan running on
9090, my local server on3000and from my local server I will be calling some external host say:external.host.url.comI should:macOS proxy Overriddenand capture any calls that go through the OS,external.host.url.comthen I override it in ProxyMan with whatever remote address I want i.e.google.com.Now I also begin to understand why I was able to get
Map Remotein the past (it is not the first time I use it) and failed this time.I am using Cisco Secure Client VPN (5.0.03072). When VPN is enabled to access
external.host.url.comthat is otherwise inaccessible then I get no traffic in ProxyMan withmacOS proxy Overridden.My initial idea was that I will redirect all the traffic from my localhost:3000 server to ProxyMan's running port. This though proved to not work as I would expect it to work because of the reasons mentioned in this conversation.
Is there a way to achieve what I need using ProxyMan?