Bypass CORS. Build Faster.

A lightweight, zero-config CORS proxy designed for developers to bypass cross-origin restrictions during local development and testing.

View Integration

Integration

Prepend the proxy URL to your target API endpoint.

https://blkproxy.iambhvsh.in/api/proxy?url=

const targetUrl = 'https://api.example.com/data';
const proxyUrl = `https://blkproxy.iambhvsh.in/api/proxy?url=${encodeURIComponent(targetUrl)}`;

fetch(proxyUrl)
  .then(response => response.json())
  .then(console.log)
  .catch(console.error);

Fair Use Limits

To ensure reliability and sustainability of the public instance, fair use protections are enforced.

Rate Limiting

Maximum 30 requests per minute per IP to prevent abusive traffic.

Payload Limits

Responses are limited to 5MB to preserve bandwidth.

Media Disabled

Streaming of video or audio content is disabled to prevent proxy abuse for large media files.

Privacy Focused

We do not log request or response bodies. Your data passes safely through the edge network.