mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #213] Missing multiple "Set-Cookie" key in Header #210
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#210
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 @NghiaTranUIT on GitHub (Jul 10, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/213
Originally assigned to: @NghiaTranUIT on GitHub.
🐶 Brief
Some users reported that if the header has many
Set-Cookie, Proxyman only captures the last one. It happens in Request and Response too.Technically, Proxyman store key-value of header as a Dictionary, so it overrides if it's same key. We should fix it.
👑 Criteria
@NghiaTranUIT commented on GitHub (Jul 13, 2019):
All done 🎉
🤯 Changelogs
,@Demmy27 commented on GitHub (Aug 26, 2019):
Set-Cookie: JSESSIONID=9d4fcef1-4617-43c8--d4054136fafc; Domain=..ru; Path=/; Secure; HttpOnly
Set-Cookie: auid=60ad9ed5-36a5-43a4--20961c7e810f; Domain=..ru; Expires=Tue
Set-Cookie: 25-Aug-2020 08:13:41 GMT; Path=/
Set-Cookie: srv_id=hbs-front04-prod; expires=Mon
Set-Cookie: 26-Aug-19 16:13:41 GMT; max-age=28800; domain=..ru; path=/
Set-Cookie: _uid=aa8649c7-452d-4b25--b428a69bbe9e; Path=/; Domain=..ru
Set-Cookie: ****sid=s%3Ac6EzwiUTdJFxatRtz77fXhAY6hp.PagGl2OXcyMmSyoqpuYWCxJDtXWxaEEc23FQ0qNhtns; Domain=..ru; Path=/; HttpOnly; Secure
@Demmy27 commented on GitHub (Aug 26, 2019):
wrong word wrap - "Set-Cookie: 25-Aug-2020 08:13:41 GMT; Path=/"
@NghiaTranUIT commented on GitHub (Aug 26, 2019):
Thank for the report @Demmy27. I open this ticket again and look on it today 👍
@NghiaTranUIT commented on GitHub (Sep 1, 2019):
Hey @Demmy27, please download the latest version 1.5.1 Proxyman at https://github.com/ProxymanApp/Proxyman/releases/tag/1.5.1 since I couldn't reproduce it bug anymore.
@NghiaTranUIT commented on GitHub (Sep 4, 2019):
Closed because we couldn't reproduce it anymore in latest version 👍