typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 426 forks source link

Cookies #318

Open jsardev opened 5 years ago

jsardev commented 5 years ago

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?

jackpope commented 4 years ago

Any updates on this? I was hoping to set up a couple of subdomained applications and set cookies between them through the proxy.