Create class with base generic but using derived class
I am trying to write a generic repository in C# that can be re-used for CRUD operations. I am running into a signature problem while trying to call it.
ASP.NET Core 8 Web API : no service for type ValidateAntiforgeryTokenAuthorizationFilter has been registered
I have a fresh ASP.NET Core 8 Web API project setup, but I am running into an issue when attempting to implement AntiForgery tokens.
ASP.NET Core 8 Web API : no service for type ValidateAntiforgeryTokenAuthorizationFilter has been registered
I have a fresh ASP.NET Core 8 Web API project setup, but I am running into an issue when attempting to implement AntiForgery tokens.
ASP.NET Core 8 Web API : no service for type ValidateAntiforgeryTokenAuthorizationFilter has been registered
I have a fresh ASP.NET Core 8 Web API project setup, but I am running into an issue when attempting to implement AntiForgery tokens.
.NET 8 Web API – No service for type ValidateAntiforgeryTokenAuthorizationFilter has been registered
I have a fresh .NET 8 Web API
project setup but am running into an issue when attempting to implement AntiForgery tokens. Specifically, I’m having an issue when I protect an action on my controller with [ValidateAntiForgeryToken]
.
calling multiple web apis built with dotnetcore on a single page returns error
i built a project with c# dotnetcore 6 web api which includes multiple api endpoints. whenever the frontend engineer tries calling more than 2 apis on the dashboard, 1 is successful and the other returns a cors error. how do i resolve the issue permanently from the backend. i’ve configured cors settings already and there is no error calling just 1 endpoint. the error occures when calling any 2 endpoints at the same on a page.