[GH-ISSUE #504] [BUG] Script can't modify the m3u8 Request/Response body #502

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

Originally created by @NghiaTranUIT on GitHub (May 22, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/504

Originally assigned to: @kics223w1 on GitHub.

Description

Steps to Reproduce

  1. Make a request with a body that is a m3u8 (find sample on the Internet) and use Content-Type: application/x-mpegURL
  2. Create new Script for Request
  3. Write simple JS code to modify the body by replacing a string with another string.

Expected Behavior

  • Verify if we can modify the body because m3u8 is just plain text
  • Replace string in request body is working
Originally created by @NghiaTranUIT on GitHub (May 22, 2025). Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/504 Originally assigned to: @kics223w1 on GitHub. ## Description - https://github.com/ProxymanApp/Proxyman/issues/2319 - Verify if it happend on Windows ## Steps to Reproduce 1. Make a request with a body that is a m3u8 (find sample on the Internet) and use `Content-Type: application/x-mpegURL` 2. Create new Script for Request 3. Write simple JS code to modify the body by replacing a string with another string. ## Expected Behavior - Verify if we can modify the body because m3u8 is just plain text - Replace string in request body is working
Author
Owner

@kics223w1 commented on GitHub (May 22, 2025):

This issue happens on Windows

<!-- gh-comment-id:2900322862 --> @kics223w1 commented on GitHub (May 22, 2025): This issue happens on Windows
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#502
No description provided.