mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #451] Can't get map remote to work #446
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#446
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 @josh-burton on GitHub (Mar 25, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/451
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version?
1.19.0
macOS Version?
10.15.3
Steps to reproduce
Try to map remote a request from an IP address, e.g. http://10.1.2.3:8080/path/here
The map remote simply has no effect. This does work on Charles proxy fine.
Expected behavior
The request can be mapped to a different remote address
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Mar 26, 2020):
Hey @athornz , can you elaborate? Because I couldn't reproduce the bug 🤔
http://10.1.2.3:8080valid URL or invalid URL for testing?Here is my testing scenario:
Make a request from to localhost server (http://localhost:3000) and select Map Remote

Config the Remote server, which is my production endpoint

Check the result, the response is now severed from the production.

Result: It works as expected
@mhstnsc commented on GitHub (Jul 8, 2020):
i also have issues on macos. I mapped localhost to mylocalhost.com
I want to redirect just the path so from
mylocalhost.com:3000/api/bla to mylocalhost.com:4000/api/bla
The port 3000 is already taken by service. I can see proxyman adding the header but it does not really do the request so i get a 404
@NghiaTranUIT commented on GitHub (Jul 8, 2020):
Thanks for the report. Can you confirm which Proxyman version are you using @mhstnsc?
@mhstnsc commented on GitHub (Jul 8, 2020):
Version 2.1.1 (20110) Free version
@mhstnsc commented on GitHub (Jul 8, 2020):
I run in debug mode. What are these strange hostnames?
@NghiaTranUIT commented on GitHub (Jul 8, 2020):
It's definitely not from Proxyman. Can you double-check which client that those requests come from?
@NghiaTranUIT commented on GitHub (Jul 8, 2020):
I tried to reproduce but no luck. It still works as expected
Remote Map from
http://localhost:3000/v1/apps/osx/nsproxytohttp://proxyman.dev:4000/v1/apps/osx/nsproxy@mhstnsc Can you share with me how you config the Map Remote?
If you get the
X-Proxyman-Map-Remote, can you verify that it's correct by executingcurl -v <X-Proxyman-Map-Remote-Path-Here>to see the actual result