Cookie header separator
See original GitHub issueI’m still investigating, but it appears that when not proxying to localhost the Cookie header uses ,
as a separator as opposed to the common ;
.
This causes problems with popular servers like Apache.
It may be related to this issue: https://github.com/dotnet/aspnetcore/issues/22351
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
In HTTP specification, what is the string that separates ...
The semicolon in the syntax of Cookie: header you present separates each <Name>=<Value> pair not each cookie as each cookie can have any...
Read more >Set-Cookie - HTTP - MDN Web Docs
The Set-Cookie HTTP response header is used to send a cookie from ... 0 up to 31 and ASCII character 127) or separator...
Read more >Cookie header values should be separated by semi-colon ...
Upon first look, adding a custom HttpHeaderParser overriding the separator and using it for Cookie in known header definitions: ...
Read more >63434 – Multiple Cookie headers combined to one comma ...
Because turning multiple Cookie headers into a single one with semicolon(s) is not the same HTTP request (while the comma preserves semantics), ...
Read more >Set-Cookie and Cookie Header | cookies related headers in http
Hello guys , this video is about understanding the concept of Set- Cookie response header and Cookie request header that are used in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sounds good: thanks for posting, and investigating. 👍
That is very strange, haha! Not quite sure where to begin.