【发布时间】:2022-12-02 04:55:50
【问题描述】:
I am using an asp.net web api as a server and trying to set a JWT in the cookie storage of the browser. The request is sent from angular application. You can see the server code and req/res headers in the attached screenshot here. The cookie is set in the response header but it's not set automatically in the cookie storage.
【问题讨论】:
标签: asp.net angular authentication