ProxymanApp / ProxymanApp/Proxyman
Url sub paths are not removed in Map Remote
Nobody has claimed this yet.
- 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:
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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