Skip to content

feat(request): support compressed cookie header per request#75

Merged
0x676e67 merged 1 commit into
mainfrom
cookie
May 22, 2026
Merged

feat(request): support compressed cookie header per request#75
0x676e67 merged 1 commit into
mainfrom
cookie

Conversation

@0x676e67
Copy link
Copy Markdown
Collaborator

@0x676e67 0x676e67 commented May 21, 2026

  • When cookies are passed as a Hash, they are sent as multiple Cookie header fields (a pattern commonly used in HTTP/2).

  • When cookies are passed as a single string, they are sent as one Cookie header with ; -separated pairs (common in HTTP/1.1).

  • Browsers follow these protocol-specific styles, and some WAFs may inspect cookie-header formatting as part of client-behavior validation.

@0x676e67 0x676e67 merged commit f1ae32f into main May 22, 2026
4 checks passed
@0x676e67 0x676e67 deleted the cookie branch May 22, 2026 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant