Hey Everyone I'm dealing with an issue with a thir...
# suitecommerce
s
Hey Everyone I'm dealing with an issue with a third party script tag which sadly gets blocked by CORS, the script tag response is code and that code has an ajax call, has anyone been able to workaround this type of situation?
f
Hello! Did you try crossorigin="" attr into the script tag? Regards!
s
Yes and no fix yet, this is the error I get that triggers CORS. Request header field x-sc-touchpoint is not allowed by Access-Control-Allow-Headers in preflight response.