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
{{ message }}
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
With the following commit, the path of the antiforgery's cookie token is set to always use the request's PathBase. Consider exposing the cookie's options via the AntiforgeryOptions to enable users to set it explicitly if they need to.
The text was updated successfully, but these errors were encountered:
Let's add a PathString? AntiforgeryOptions.CookiePath { get; set; } property.
If it's unset (i.e. null), the system will be smart and use the PathBase of the request. If it's set to anything else, the system will be smart and use what the user set.
With the following commit, the path of the antiforgery's cookie token is set to always use the request's
PathBase
. Consider exposing the cookie's options via theAntiforgeryOptions
to enable users to set it explicitly if they need to.The text was updated successfully, but these errors were encountered: