
CORS Proxy is a public API providing get around the dreaded cors error by using this proxy as a middle man.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://github.com/burhanuday/cors-proxy | Primary API endpoint. |
curl -X GET "https://github.com/burhanuday/cors-proxy" \ -H "Accept: application/json"