i have Blazor webAssembly Standalone Project in Visual Studio 2022.
now when i want to use httpClient and fetch some data from some website
get this error
Access to fetch at 'https://tapi.bale.ai/someLink/getUpdates' from origin 'http://localhost:5246' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
how can i fix this CORS Issue and add header to host it