Thread

npub1vt803qu
12/21
To @npub1r0rs5q2

If your web app is accessing a endpoint which not signals CORS you need to deploy a cors everywhere proxy: your web app connects to this proxy, that will fetch from the original endpoint and respond to your web app with the CORS headers on, thus fixing the problem. You can deploy such a proxy in Cloudflare workers (the free tier should be enough) using this code: github.com/Zibri/cloudflare-cors-anywhere

@undefined
12/21/2024, 8:37:53 AM
0
0
-