Use this little website to test if a URL is setup correctly to work with CORS.
Shareable link: https://cors-test.codehappy.dev/?method=post&origin=https%3A%2F%2Fcors-test.codehappy.dev%2F&url=https%3A%2F%2Fg1v1.p2p.legal%2Fgva%2F
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.
cf-cache-status: DYNAMIC
cf-ray: 93179d9e74539bf6-ORD
connection: keep-alive
content-length: 61
content-type: text/plain; charset=utf-8
date: Wed, 16 Apr 2025 23:55:49 GMT
server: cloudflare
CORS tester was built by @mscccc. The code is available on GitHub. Sponsored by HTML/CSS to Image.