WebGl And API requests

Hi Guys,

I have a project that sends request to an api and retrieved information is displayed on canvas. It works without a problem in editor as well as on windows build but when i build on WebGL my project fails to send requests to api. Has anyone ever encountered this kind of issue? If so please help I am going crazy

check browser console (F12 key) for error messages,

it could be CORS issue