You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we are posting the data through axios we have to manually add the AntiForgeryToken to the request as a cookie or as a header value to leverage the ASP.NET Core functionality.
Since we are posting the data through
axios
we have to manually add theAntiForgeryToken
to the request as a cookie or as a header value to leverage the ASP.NET Core functionality.Check out this post, it solves a similar issue.
The text was updated successfully, but these errors were encountered: