CORS Tester
Test if a URL has CORS headers enabled. Check Access-Control-Allow-Origin and preflight responses. Free CORS checker.
About CORS
Cross-Origin Resource Sharing (CORS) is a security feature that controls which domains can access your API. Without proper CORS headers, browsers will block cross-origin requests.
Key header: Access-Control-Allow-Origin: * allows any domain.