Documentation → general
Get an API Key
Adding a Site
Depending on your current subscription, you can use CorsProxy on multiple production sites. You need to add a site in your Dashboard to use CorsProxy with it.
To add a site complete the following steps:
- Go to console.corsproxy.io
- Log in or create an account
- Click on “Manage Domains”
- Enter your production domain and click “Add Domain”
- Add your api in every request like this:
https://corsproxy.io/?key=abcd1234&url=https://example.com
Now your production domain can make requests to corsproxy.io.
Related guides
How to Bypass CoinGecko Rate Limits - Complete Guide for Developers
Learn how to bypass CoinGecko API rate limits using proxy solutions and smart caching strategies. Get unlimited access to cryptocurrency price data without hitting 429 errors.
How to Bypass CoinMarketCap Rate Limits - Developer Guide 2025
Complete guide to bypassing CoinMarketCap API rate limits. Learn how to use proxy caching to avoid 429 errors and get unlimited access to cryptocurrency market data.
Fix n8n CORS Errors: Complete Guide for Webhooks and API Calls
Learn how to fix "Access-Control-Allow-Origin" CORS errors in n8n webhooks. Covers environment variables, reverse proxy configuration, and workarounds for self-hosted and cloud deployments.
Glossary terms
cURL
A command-line tool and library for transferring data with URLs, supporting HTTP, HTTPS, FTP, and many other protocols for API testing and automation.
Playwright
An open-source browser automation framework developed by Microsoft that enables reliable end-to-end testing and web scraping across Chromium, Firefox, and WebKit with a single API.
Puppeteer
A Node.js library developed by Google that provides a high-level API to control Chrome or Chromium browsers, enabling automated testing, web scraping, and browser automation tasks.