hotel
hotel copied to clipboard
Cookies
I just can't make hotel work with setting any cookies.
Consider having an app on http://service.localhost which on POST /login sends Set-Cookie: key=value; Domain=localhost;. This just doesn't work - no headers nor cookies are being set in the response from the browser.
Are the Set-Cookie headers being stripped out when going via hotel proxy?
Any updates on this? I was hoping to set up a couple of subdomained applications and set cookies between them through the proxy.