- 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.