mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1033] Export Raw Request & Response - HTTP/1.1 wrong end-of-line marker #1028
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#1028
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 @csftech on GitHub (Oct 15, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1033
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman 2.33.0
macOS Version? (Ex. mac 10.14)
macOS 11.6
Steps to reproduce
Expected behavior
According to RFC2616, HTTP/1.1 uses CR LF as the end-of-line marker.
Screenshots (optional)
Current version uses LF.

@NghiaTranUIT commented on GitHub (Oct 15, 2021):
Thanks. We weren't aware of that. It's a 🐞 . Will fix and send you beta build soon 👍
@NghiaTranUIT commented on GitHub (Oct 17, 2021):
Hey @csftech Please check out this beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.34.1_Fix_CRLF_when_exporting_raw_Reqest_&_Response.dmg
From now, Proxyman will export CRLF properly (See the screenshot, View by Sublime + RawLineEdit package)
@csftech commented on GitHub (Oct 17, 2021):
@NghiaTranUIT The marker issue has been fixed in the beta build. Thank you.