API Client
Response
Connect through Holy CORS
If an API does not allow browser requests, run Holy CORS on your computer:
# macOS (Homebrew)
brew trust bugdays-com/tap
brew install bugdays-com/tap/holy-cors
holy-cors
On Windows or Linux, download the Holy CORS binary and run it locally.
Or use Docker:
docker run --rm -p 127.0.0.1:2345:2345 ghcr.io/bugdays-com/holy-cors:latest Leave the bridge URL at http://127.0.0.1:2345/. If your target API runs on your computer and Holy CORS runs in Docker, use host.docker.internal in the target URL instead of localhost. On Linux, add --add-host=host.docker.internal:host-gateway to the Docker command if needed.
Holy CORS runs on your computer. Requests are not sent to or stored by Bug Days.
When the target API already permits browser requests, you can leave Holy CORS off.
Free Online API Client
Test REST APIs directly from your browser. Supports GET, POST, PUT, PATCH, DELETE requests with custom headers and body. If an API blocks browser requests, the optional Holy CORS bridge runs on your computer.