[GH-ISSUE #1904] Allow Map Local to Handle Range Requests #1897

Open
opened 2026-03-03 19:55:15 +03:00 by kerem · 1 comment
Owner

Originally created by @appleplayerinternal on GitHub (Jan 12, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1904

Description

Certain use cases use the range feature of HTTP: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range . This allows a client to request a subset of the file. When using the Map Local feature of Proxyman, it just provides the entire file to the client, rather than a subset of the file specified by the range header. Could not find any option to configure the proxy to honor the range.

Why this feature/change is important?

This change is important to support range request testing and debugging. One use case is video streaming.

Originally created by @appleplayerinternal on GitHub (Jan 12, 2024). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1904 ## Description Certain use cases use the range feature of HTTP: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range . This allows a client to request a subset of the file. When using the Map Local feature of Proxyman, it just provides the entire file to the client, rather than a subset of the file specified by the range header. Could not find any option to configure the proxy to honor the range. ## Why this feature/change is important? This change is important to support range request testing and debugging. One use case is video streaming.
Author
Owner

@NghiaTranUIT commented on GitHub (Jan 15, 2024):

Sorry @appleplayerinternal I don't have any plan to support this feature. I might introduce it if have more requests 👍

<!-- gh-comment-id:1892027441 --> @NghiaTranUIT commented on GitHub (Jan 15, 2024): Sorry @appleplayerinternal I don't have any plan to support this feature. I might introduce it if have more requests 👍
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#1897
No description provided.