标签: express cookies axios
我正在尝试使用express从后端在浏览器中设置cookie。我得到set-cookie标头作为响应,但这没有反映在chrome cookie存储中。 enter image description here
我正在使用axios进行ajax调用。我已经尝试过{withCredentials:true},但是也没有用。请帮助我!