Use this little website to test if a URL is setup correctly to work with CORS.
Shareable link: https://cors-test.codehappy.dev/?method=get&origin=https%3A%2F%2Finfinitenovelty.com&url=https%3A%2F%2Fdata.infinitenovelty.com%2Fdb.4.sqlite
This url can only be loaded by pages that match https://infinitenovelty.com
. If you're trying to load it from a different origin and it's not working, you'll need to change it so the access-control-allow-origin
header is set to *
.
These are the response headers received when making the request.
accept-ranges: bytes
access-control-allow-origin: https://infinitenovelty.com
cf-cache-status: DYNAMIC
cf-ray: 96b4146572336093-ORD
connection: keep-alive
content-length: 732532736
content-type: application/octet-stream
date: Thu, 07 Aug 2025 04:37:36 GMT
etag: "bca688cff8901d77164f486ca2cc0cd5"
last-modified: Mon, 20 Feb 2023 15:31:10 GMT
server: cloudflare
vary: Origin, Accept-Encoding
CORS tester was built by @mscccc. The code is available on GitHub. Sponsored by HTML/CSS to Image.