Unable to send credentials in CORS request
问题 I have an application where the Vue front-end is on a different domain than the server. Specifically, Vue is located on localhost:8080 and the server is located on localhost:4000 . During successful logins, the server responds with an HttpOnly cookie that has a session key. Here's the response: HTTP/1.1 200 OK server: Cowboy date: Wed, 15 Mar 2017 22:35:46 GMT content-length: 59 set-cookie: _myapp_key=SFMyNTY