CORS Tester

Use this little website to test if a URL is setup correctly to work with CORS.




If your CORS setup is not using a wildcard then this should be a domain that matches your AllowedOrigins


Shareable link:

Results

This URL will work correctly with CORS.

Headers

These are the response headers received when making the request.

accept-ranges: bytes
access-control-allow-methods: GET
access-control-allow-origin: *
access-control-max-age: 3600
cf-cache-status: DYNAMIC
cf-ray: 8ce32c5b9431876c-ORD
connection: keep-alive
content-length: 69
content-type: binary/octet-stream
date: Sun, 06 Oct 2024 05:15:23 GMT
etag: "b41a860e98eb36d2966a09bac461ea9c"
last-modified: Sun, 06 Oct 2024 05:14:44 GMT
server: cloudflare
vary: Origin, Access-Control-Request-Headers, Access-Control-Request-Method
x-amz-id-2: UhYMDCRhR9C41U3g+ej2qdx3Vmg+7dUHWA4PQ8UrvJpS3rDIBE06Cyxm1n36dhcbfjSeErF0cHyd2dyhHbpUvg==
x-amz-replication-status: COMPLETED
x-amz-request-id: VQRC62ASSMNHH74A
x-amz-server-side-encryption: AES256
x-amz-storage-class: INTELLIGENT_TIERING
x-amz-version-id: Eq4rGQUHKi0oir.MT55ojHTpZwRvWUE7
  

CORS tester was built by @mscccc. The code is available on GitHub. Sponsored by HTML/CSS to Image.