CORS Preflight Failing for SignalR Connection in ASP.NET Core with HttpOnly Cookie Authentication
I'm developing an ASP.NET Core application with a Vue.js frontend, and I'm trying to implement SignalR for real-time notifications. However, I'm encountering a CORS issue when attempting to connect to my SignalR hub. Below are the details of my setup…