Skip to content

fix(weibo): capture all Set-Cookie headers in gen_visitor#434

Open
zxjBigPower wants to merge 1 commit into
Johnserf-Seed:mainfrom
zxjBigPower:claude/unruffled-benz
Open

fix(weibo): capture all Set-Cookie headers in gen_visitor#434
zxjBigPower wants to merge 1 commit into
Johnserf-Seed:mainfrom
zxjBigPower:claude/unruffled-benz

Conversation

@zxjBigPower

Copy link
Copy Markdown

Replace headers.get("set-cookie") with headers.get_list("set-cookie")
so all 20+ individual Set-Cookie headers from the genvisitor2 endpoint
are collected instead of only the first one.

Replace headers.get("set-cookie") with headers.get_list("set-cookie")
so all 20+ individual Set-Cookie headers from the genvisitor2 endpoint
are collected instead of only the first one.
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant