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
cache-control: max-age=14400
cf-cache-status: MISS
cf-ray: 8ce32cbeb02310e8-ORD
connection: keep-alive
content-length: 6265
content-type: application/vnd.openstreetmap.data+xml
date: Sun, 06 Oct 2024 05:15:39 GMT
etag: "5f191936a3d18e257b0881cb07d42c81"
last-modified: Thu, 07 Mar 2024 10:25:08 GMT
server: cloudflare
vary: Origin, Access-Control-Request-Headers, Access-Control-Request-Method
x-amz-id-2: 4Ou+rzr/+T9pl7w0ohlYmSbXqwrpeGC/v8Pc2vqJ7zBMxBBsqYJGfwtNybRXmewU6UQHNFMqRnc=
x-amz-replication-status: COMPLETED
x-amz-request-id: KZJ9G3N3H6DBWDPD
x-amz-server-side-encryption: AES256
x-amz-storage-class: INTELLIGENT_TIERING
x-amz-version-id: J_cU7dgcpciuychpj90It0cnAKNWU.Cv
  

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