Open Origin
Bypass CORS restrictions for development. Access APIs and resources across different domains without hassle.
Generate Proxy URL
Quick Start
Get started in seconds. No API key required.
http://oo.kjerk.dev/proxy/{url}
URL Formats
-
Full:
http://oo.kjerk.dev/proxy/{url} -
Short:
http://oo.kjerk.dev/o/{url}
Example Usage
fetch('http://oo.kjerk.dev/o/api.example.com/data')
.then(res => res.json())
.then(data => console.log(data));