Using ASP.NET Core 6 Web API Antiforgery Token in extern consumer (App) without Authentication
How can i use an Antiforgery Token in ASP.NET Core 6 Web API with an extern consumer like a iOS or Android App? I don't need user authentication for the requests. The app is hosted on another domain. I have…