[GH-ISSUE #298] [BUG] Couldn't set multiple headers (same key name) for Response in Breakpoint mode #294

Closed
opened 2026-03-03 19:17:12 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Oct 5, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/298

Originally assigned to: @NghiaTranUIT on GitHub.

🐶 Brief

In the response of the Breakpoint mode, if we try to override with many headers, which are same name. The app only receives that last one.

For instance, if we override the Header likes

Set-Cookie: name=nghia
Set-Cookie: from=app

then, the app only gets

Set-Cookie: from=app

It should be the same.

👑 Criteria

  • Able to set multiple header in the Response of Breakpoint mode
Originally created by @NghiaTranUIT on GitHub (Oct 5, 2019). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/298 Originally assigned to: @NghiaTranUIT on GitHub. ## 🐶 Brief In the response of the Breakpoint mode, if we try to override with many headers, which are same name. The app only receives that last one. For instance, if we override the Header likes ``` Set-Cookie: name=nghia Set-Cookie: from=app ``` then, the app only gets ``` Set-Cookie: from=app ``` It should be the same. ## 👑 Criteria - [ ] Able to set multiple header in the Response of Breakpoint mode
kerem 2026-03-03 19:17:12 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@NghiaTranUIT commented on GitHub (Oct 5, 2019):

Done in https://github.com/ProxymanApp/Proxyman/issues/294

<!-- gh-comment-id:538630527 --> @NghiaTranUIT commented on GitHub (Oct 5, 2019): Done in https://github.com/ProxymanApp/Proxyman/issues/294
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#294
No description provided.