CORS Fetch Tester

Paste a URL, send a fetch() request, and inspect the status, headers, and response body that the browser lets you see.
• If you omit the scheme, https:// will be added.
• If the server doesn’t enable CORS, the browser will block access to the response (you’ll see a network error).
Response (last request)
No request yet
Headers Only headers exposed by CORS are visible
No headers yet.
Body Shown as text (UTF-8)
// Response body will appear here