[GH-ISSUE #558] Map to Directory at the * path #556

Open
opened 2026-03-03 19:19:48 +03:00 by kerem · 2 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Jul 21, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/558

Originally assigned to: @NghiaTranUIT on GitHub.

Descirption

If the user would like to map proxyman.io/build/v1/* to the local path at ~/desktop/v1, all sub-paths that match with * should be appended to the local path.

For instance,

  • https://proxyman.io/build/v1/index.html -> ~/desktop/v1/index.html
  • https://proxyman.io/build/v1/js/main.js -> ~/desktop/v1/js/main.js
  • https://proxyman.io/build/v1/css/debug/main.css -> ~/desktop/v1/css/debug/main.css
Originally created by @NghiaTranUIT on GitHub (Jul 21, 2020). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/558 Originally assigned to: @NghiaTranUIT on GitHub. ### Descirption If the user would like to map `proxyman.io/build/v1/*` to the local path at `~/desktop/v1`, all sub-paths that match with `*` should be appended to the local path. For instance, - `https://proxyman.io/build/v1/index.html` -> `~/desktop/v1/index.html` - `https://proxyman.io/build/v1/js/main.js` -> `~/desktop/v1/js/main.js` - `https://proxyman.io/build/v1/css/debug/main.css` -> `~/desktop/v1/css/debug/main.css`
Author
Owner

@2bitmarv commented on GitHub (Jul 21, 2020):

WOW this really is a great enhancement to the regex feature! Superb!

<!-- gh-comment-id:662029043 --> @2bitmarv commented on GitHub (Jul 21, 2020): WOW this really is a great enhancement to the regex feature! Superb!
Author
Owner
<!-- gh-comment-id:662448769 --> @NghiaTranUIT commented on GitHub (Jul 22, 2020): All done: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.2.0_Missing_Server_IP_Column.dmg From now, we can map: - From the host - From a specific path Doc: https://docs.proxyman.io/advanced-features/map-local https://docs.proxyman.io/advanced-features/map-local-directory <img width="1392" alt="Screen Shot 2020-07-22 at 20 17 10" src="https://user-images.githubusercontent.com/5878421/88181133-9bb8f680-cc58-11ea-8a5f-6050f1f80f54.png"> <img width="1406" alt="Screen Shot 2020-07-22 at 20 18 27" src="https://user-images.githubusercontent.com/5878421/88181076-8643cc80-cc58-11ea-9124-aaf01f744b2a.png">
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#556
No description provided.