I have a webapi where I do a login process and after I do the login process, I get a response.
There is no token in the headers section of this response. But when I check the headers in the browser, I see a token as Set-Cookie and I can see this token in cookies as httponly
How can I access this Set-Cookiese or httponly cookies with angular?
I tried to reach out through the response through normal ways, but unfortunately it didn’t work
1