CORS Naze Private
Naze API — requires a valid API key

A lightweight proxy that adds Access-Control-Allow-Origin headers to any request, bypassing CORS restrictions in browser-based apps.

How to use
1. URL parameter
Simple — works with fetch, img, video, etc.
https://cors.naze.biz.id/https://api.example.com/path?apikeycors=YOUR_KEY
2. HTTP header (recommended)
Key stays out of browser history and server logs.
fetch('https://cors.naze.biz.id/https://api.example.com/path', {
  headers: { 'x-api-key-cors': 'YOUR_KEY' }
})

Need an API key?