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&url=https%3A%2F%2Fwww.roomscalestudios.com%2Fprogressive_forest.jpg
It does not have the access-control-allow-origin
header set to *
. Without this header, requests from other domains cannot be made to it via a users browser.
If you have access to the server for the URL, you'll need to modify it to add the access-control-allow-origin
header. If you do not have access, you'll need to upload the file somewhere else.
These are the response headers received when making the request.
cache-control: max-age=0, private, must-revalidate
cf-cache-status: BYPASS
cf-ray: 93a634f140fae938-ORD
connection: keep-alive
content-length: 9
date: Sun, 04 May 2025 07:15:25 GMT
server: cloudflare
set-cookie: sid=8cd3f948-28b7-11f0-91f1-895bc4335280; path=/; domain=.roomscalestudios.com; expires=Fri, 22 May 2093 10:29:32 GMT; max-age=2147483647; secure; HttpOnly
CORS tester was built by @mscccc. The code is available on GitHub. Sponsored by HTML/CSS to Image.