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?
I just can't make
hotel
work with setting any cookies.Consider having an app on
http://service.localhost
which onPOST /login
sendsSet-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 viahotel
proxy?