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 only work for specific domains.

What's that mean?

This url can only be loaded by pages that match https://www.shiftmate.tech. 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 *.

Headers

These are the response headers received when making the request.

access-control-allow-credentials: true
access-control-allow-headers: Content-Type
access-control-allow-methods: POST
access-control-allow-origin: https://www.shiftmate.tech
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
cf-ray: 8a9b2d04e4cf22cd-ORD
connection: keep-alive
content-security-policy: default-src 'none'
content-type: text/html; charset=utf-8
date: Sat, 27 Jul 2024 08:14:26 GMT
rndr-id: 94abe868-fa54-4999
server: cloudflare
transfer-encoding: chunked
vary: Origin, Accept-Encoding
x-content-type-options: nosniff
x-powered-by: Express
x-render-origin-server: Render
  

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