Cors policy in wordpress site

i have my website web-mate and i want to make a fetch request to api.sendfox through javascript the problem is that there is cors policy issue.
i entered in my htaccess
Header set Access-Control-Allow-Origin: *
but as i find out i have to do something in Cloudflare but i dont know what to do and where!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.