question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cookie header separator

See original GitHub issue

I’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:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
twitchaxcommented, Sep 21, 2020

Sounds good: thanks for posting, and investigating. 👍

1reaction
twitchaxcommented, Sep 18, 2020

That is very strange, haha! Not quite sure where to begin.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found