cors.lol is a free-to-use CORS proxy that adds CORS headers to your requests. This service allows you to bypass the Same-Origin Policy and make requests to external APIs without facing CORS issues.
Simply prepend your desired URL with https://api.cors.lol/url=
.
If you want to proxy a request to https://example.com/api/data
, you would use the following URL:
https://api.cors.lol/url=https://example.com/api/data
- Free to Use: No subscription or payment required.
- Simple Integration: Easily integrate with your existing codebase by modifying the request URL.
- Reliable: Built to handle a large number of requests with high reliability.
- Accessing third-party APIs that do not support CORS.
- Developing web applications that require data from multiple sources.
- Testing APIs during development without dealing with CORS restrictions.
We welcome contributions! Please open an issue or submit a pull request with your enhancements.
This project is licensed under the MIT License.