#Partytown with GTM scripts
3 messages · Page 1 of 1 (latest)
You probably need to proxy the request to set the correct CORS headers. https://partytown.builder.io/proxying-requests
hey @tame grove I'm facing same issue as Nerea, but I dont understand how to solve it.
I'm using Netlify, so this link should be helpfull. https://docs.netlify.com/routing/redirects/rewrites-proxies/#proxy-to-another-service
This is the url https://partytown--dat-landing.netlify.app/load-board/
I tried
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "https://bat.bing.com, https://cdn.callrail.com, https://msn.com"
but is not working.
should we add something on netlify.toml, if so what's the rule?