My application is built on .NET 4.7.2 and utilizes JavaScript to dynamically import additional scripts.
The issue I'm facing is that the application is throwing a 401 unauthorized error when trying to fetch these files. I have verified that the user running the application has the necessary read/write access to these files. Interestingly, if they directly access the file through the browser address bar, it loads without any issues.
I am curious whether the JavaScript import commands are passing the Windows credentials along with them.
Thank you