CORS.Krzak.org - Free CORS Proxy Service

CORS.Krzak.org

A free CORS proxy service to bypass cross-origin restrictions

How to Use

Enter a URL below to generate a proxied version using cors.krzak.org. Click Test to fetch the URL or Copy to copy the proxied URL to your clipboard.

Proxied URL will appear here...

Response Format

The service returns a JSON response with the following structure:

{
  "contents": "string or JSON",  // The fetched content
  "status": {
    "url": "string",             // The requested URL
    "content_type": "string",    // The Content-Type of the response
    "http_code": number          // The HTTP status code
  }
}

If the contents field is a JSON string, you may need to parse it again to access the data.