API Client
Response
CORS Proxy Setup
To bypass CORS restrictions, run Holy CORS locally:
# macOS (Homebrew)
brew install bugdays-com/tap/holy-cors
holy-cors
# Docker
docker run -p 2345:2345 ghcr.io/bugdays-com/holy-cors
The proxy will be available at http://localhost:2345/
Note: For APIs that already support CORS, you don't need the proxy.
Free Online API Client
Test REST APIs directly from your browser. Supports GET, POST, PUT, PATCH, DELETE requests with custom headers and body. Use the optional CORS proxy for APIs that don't support cross-origin requests.