Open theimowski opened 9 years ago
Note for @kolektiv: you may already know this, but the request header for cookies is Cookie
, while the response header is Set-Cookie
.
Funnily enough, I'd just reminded myself of the spec this morning! I might get a draft of cookies in to Arachne tonight, which will be good. It won't solve the original problem, I want to have a proper look at the best way to use things like the Microsoft.Owin middleware in cases like this, but it'll be a good step to sensible completeness.
This issue is currently in progress - feel free to track/watch https://github.com/kolektiv/arachne/tree/feature/cookies
currently to work with cookies I had to sth like between those lines:
It would be nice to do the same with lenses