Universal CORS Proxy
A private, high-performance proxy service. Requests are restricted to authorized domains only.
const proxy = "https://cors-proxy.danread.gq/?url=";
const target = "https://api.yahoo.com/chart";
fetch(proxy + target)
.then(response => response.json());
Powered by Cloudflare Workers • Made By Dan