This is a CORS proxy build using CloudFlare Workers.
Simply append your API endpoint URL after the Cloudflare worker URL and you're good to go.
https://yourproxy.username.workers.dev/{YourAPIEndpoint}
https://yourproxy.username.workers.dev/https://api.mangadex.org/manga?limit=1
Some API Endpoints might require a specific referer header. You can set the custom referer using customReferer
search parameter, it'll later be automatically removed from the proxied request.
https://yourproxy.username.workers.dev/https://api.mangadex.org/manga?limit=1&customReferer=http://example.com