Persisting a cookie based session over node-http-proxy
问题 I have a simple Express based Node.js web server that I'm using for development of a JavaScript application. I set up the server to use node-http-proxy to proxy API requests the application makes to a Jetty server that is running on a different domain and port. This setup has been working flawlessly until I started to run into problems with session management. Upon authentication the application server returns a cookie with an auth token representing the server session. When I run the JS