Map Remote would help the developer to change the HTTP Request's location to a new destination server, per the configured rules, so the HTTP Response is transparently served from your client.
Map Remote also supports map from HTTP to HTTPS and vice-versa
⌘⌥R: Map Remote Shortcut
For common user-cases, please check out this tiny tutorial​
2. Benefits
Use Production Endpoints on your Development website on certain endpoints without changing in the source code
Use Development Endpoints on your Production website
Change certain request's URL to different destinations
Able to replace requests components, such as Protocol, Host, Port, Path or Query on the fly
To boost your productivity, you can use the Scripting feature that allows you to achieve the same result of Map Remote by writing simple Javascript Code
Therefore, it's easier to know what is the server that the response serves
Preserve Host Header
By default, Proxyman attempts to override the Host Header to match with the new Host in Remote Map. It's crucial to successfully make a request.
If you would like to preserve the original Host Header, please check ON in the "Preserve Host Header" checkbox when creating a new entry. Proxyman will preserve the Host value.
6. How to use
Tools Menu -> Map Remote
Right Click on selected Request -> Tools -> Map Remote: Proxyman will fill in necessary data from the selected request