typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookies

jsardev opened this issue · comments

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.