CORS proxy logo CORS Proxy

CORS proxy logo CORS Proxy



Description
- Free CORS proxy server to bypass same-origin policy related to performing standard AJAX requests to 3rd party services.
You can use it to prevent mixed content of images and JSON data proxying the resources to serve them under https.

- API URL => "/v1/proxy?quest=URL"
- Each request is limited to 5mb size download to avoid abuse. Private/internal IPs are blocked (SSRF guard).
- Only supports GET request.
- Limit : 30 requests per minute. Once reached subsequent requests will result in error 429 (too many requests) until your quota is cleared.
Endpoint - Do cors proxy
HTTP Request:
GET /v1/proxy?quest=URL
Examples
Access resources from other website :
/v1/proxy?quest=https://api.github.com/zen
Serve an http image as https preventing mixed content :
/v1/proxy?quest=https://httpbin.org/image/png
Try it live