[GH-ISSUE #212] [MapLocal] #6 Preference #212

Open
opened 2026-03-03 19:49:12 +03:00 by kerem · 0 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Mar 30, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/212

Originally assigned to: @kics223w1 on GitHub.

Description

Since the Map Local PRs work very well, we should implement a basic preference as the macOS does.

CleanShot 2023-03-30 at 08 50 00@2x

Acceptance Criteria

1. Append Proxyman Header to matched row

  • Off by default
  • If it's ON: Add this header to the Response Header
header.add(name:"X-Proxyman-Map-Local", value: "Serve from file: \(fileURL.path)")
  • fileURL is a path of a local file

2. Map Local Path

  • Default is a AppFolder
  • Able to select new folder -> Save it
  • Then, new map local file will be generated from this folder

3. Map Local Delay

  • Allow return of the Map Local with a given delay -> Allows user to test their loader.
Originally created by @NghiaTranUIT on GitHub (Mar 30, 2023). Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/212 Originally assigned to: @kics223w1 on GitHub. ## Description Since the Map Local PRs work very well, we should implement a basic preference as the macOS does. ![CleanShot 2023-03-30 at 08 50 00@2x](https://user-images.githubusercontent.com/5878421/228707463-013ddfcf-f8a4-4190-988e-a64bd7c6285f.jpg) ## Acceptance Criteria ### 1. Append Proxyman Header to matched row - Off by default - If it's ON: Add this header to the Response Header ```swift header.add(name:"X-Proxyman-Map-Local", value: "Serve from file: \(fileURL.path)") ``` - fileURL is a path of a local file ### 2. Map Local Path - Default is a AppFolder - Able to select new folder -> Save it - Then, new map local file will be generated from this folder ### 3. Map Local Delay - Allow return of the Map Local with a given delay -> Allows user to test their loader.
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-windows-linux#212
No description provided.