I have an ASP.NET Core 7 MVC application running on intranet that uses Windows authentication.
Recently I made some updates and included model validation for all models as part of securing application.
After the updates I am getting a warning in Chrome:
Ensure private network requests are only made to resources that allow them
Can anyone explain where this error is coming from please? The app has no APIs it is all self contained normal ASP.NET Core MVC application.
I enabled CORS to allow only the origin of the app. This did not fix the issue.