I configured a simple web app in net core 8 and configured my local iis to enable Basic Authentication.
I also configured a local account and assigned all privileges for IIS_IUSRS and USERS on the publish folder.
When I try to access the site, Chrome offers me a popup to enter the user and password repeatedly (even if the credentials are correct).
However, I noticed that in the Chrome headers there is nothing referring to “Authorization Basic”.
What am I doing wrong?