drewzboto / grunt-connect-proxy

Grunt Connect support for proxying API calls during development
MIT License
424 stars 122 forks source link

Don't get session cookie from server it's redirecting to. #134

Open trashhead opened 8 years ago

trashhead commented 8 years ago

Cookies that are set by the server that I'm redirecting to isnt picked up. I see that connection-header is set to "close" is that why the server doesnt set the cookie, does it have to be "keep-alive" ? How would I do to get the session-cookie ?