XSRF or CSRF with Angular and Dot Net Core Web APIMadan Shekar6yAsked May 20, 2020, 1:16 AM1kLearn iOS ProgrammingHi team, We are using angular js and .net core technologies. application is breaking if I set the httponly attribute true. context.Response.Cookies.Append("XSRF-TOKEN", tokens.RequestToken, new CookieOptions() { HttpOnly = true});
Replies
Know the answer? Post it — somebody with the same question will find it here.