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
With #5728 and #5864UseAbpSwaggerUi is used by some of the templates however some modules and HttpApi.Host project in app template is not updated so using swagger for operations that needs CSRF token causes error in those projects.
Here is the list that is not updated;
The text was updated successfully, but these errors were encountered:
If you use app template with angular ui, the solution does not contain any Web project (MyCompanyName.MyProjectName.HttpApi.HostWithIds template). Even if it did, using swagger to do some operation that needs a CSRF token, the api gives error:
The required antiforgery header value "RequestVerificationToken" is not present.
With #5728 and #5864

UseAbpSwaggerUi
is used by some of the templates however some modules andHttpApi.Host
project in app template is not updated so using swagger for operations that needs CSRF token causes error in those projects.Here is the list that is not updated;
The text was updated successfully, but these errors were encountered: