cors-header-checker.underscoredone.com

Category
Service
Network
Avg / request
$0.01
Endpoints
1

Service overview

What is CORS Header Checker?

Sends a real request to any URL you provide, attaches an Origin header, and reads back all six standard cross-origin permission headers the server returns. Tells you whether cross-origin requests are enabled at all, whether your specific origin is permitted, and shows you every permission value exactly as the server sent it. Perfect for figuring out why a browser is blocking a request, confirming a freshly deployed service is configured correctly, or auditing whether a public API allows credentialed cross-origin calls.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://cors-header-checker.underscoredone.com/check" \
  --method POST \
  --data '{
  "origin": "{origin}",
  "url": "{url}"
}'
What you get back
{
  "endpoint": "POST /check",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services