Hello,
I’m trying to make API calls to communicate with a backend service. However, I always get an error saying that the request is blocked due to CORS policy as the origin of the request is null.
Is there any solution to this issue from the custom visual’s side? As I can’t modify the backend service to allow null origin due to the security risks.