ProxymanApp / ProxymanApp/Proxyman

Url sub paths are not removed in Map Remote

Open
#2,181 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
No language data
Stars
7k
Forks
237
PR merge metrics
No merged PRs in 30d

Description

Description

Url sub paths are not removed in Map Remote

Steps to Reproduce

I have setup a rule for https://someapi.somedomain.com/api/somepath => http://localhost:3004

I am expecting it to strip /api/somepath from the mapping. But its always appending /api/somepath to localhost which is giving 404 errors.
Here is a screenshot:
image

  • App version: e.g Proxyman 3.9.0
  • macOS version: e.g macOS Monterey

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the Map Remote rule from https://someapi.somedomain.com/api/somepath to http://localhost:3004 and inspect how the mapped request URL is constructed. Done means the /api/somepath prefix is removed instead of being appended to localhost, avoiding the reported 404.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos
Domain
networking
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.