How can I avoid a CORS error when running this JavaScript in Visual Studio/IIS Express?
I know that in our QA and production environments, our system admins can add CORS configuration to allow these requests. While developing in Visual Studio 2022 and using IIS Express, what can I do to keep from raising local CORS errors?
How can I avoid a CORS error when running this JavaScript in Visual Studio/IIS Express?
I know that in our QA and production environments, our system admins can add CORS configuration to allow these requests. While developing in Visual Studio 2022 and using IIS Express, what can I do to keep from raising local CORS errors?