mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1036] Copying request header raw data does not work properly. #1033
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1033
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @coolow on GitHub (Oct 17, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1036
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman 1.5.0
macOS Version? (Ex. mac 10.14)
iOS 15.0.2
Steps to reproduce
At this time, the header data of request A can be copied normally. Continue operations:
At this time, the exception occurred, and the header data of request A was copied instead of the request B.
p.s. 1: If you continue to open other requests and use this copy function, the header data of request A is copied every time.
p.s. 2: After forcibly exiting the App, use this copy function again, except that the header data of the first request can be copied normally, and the header data of other requests can not be copied again. The situation is the same as previously described.
p.s. 3: In fact, the 4 functions Copy All, Copy Body Only, Share All, and Share the Body in the gear icon in step 3 all have this problem.
Expected behavior
Copying and sharing request header data works correctly.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Oct 18, 2021):
Thanks for the report @coolow 👍 It's a bug and we're going to fix it 🙌
@NghiaTranUIT commented on GitHub (Oct 20, 2021):
@coolow Just a friendly reminder that your bug is fixed in build 1.5.2. It's in the review process and should go live soon 🙌
@coolow commented on GitHub (Oct 20, 2021):
Glad to hear that. Thank you!