π Bypass CORS restrictions easily with a simple proxy. Make fast cross-origin requests for better API access without complications β‘
Note
I primarily built this tool for personal use, and I mostly run it on my home server or localhost.This tool is not recommended for production use, as it lacks additional security layers such as header authentication, API keys, or token methods to prevent unauthorized access. However, you are welcome to fork the project and make any changes as needed.
- Download or Clone the repo
- install dependencies
pnpm install
- Development
pnpm dev
- Build a Project
pnpm build
- Start the server
pnpm start
/
- Static Home Page for test the Proxy in Real-time/api/bypass
- proxy
- Bypass CORS blocking api
curl http://localhost:6028/api/bypass?url=https://example.com
This CORS Bypass Proxy API is provided as a simple solution to bypass CORS restrictions for personal and educational use. It is not intended for production environments or heavy traffic. Use responsibly and ensure compliance with the terms and conditions of any APIs you interact with. The project is provided "as is" without any warranties or guarantees.
MIT