cors_checker
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Check the CORS configuration of a URL the same way a browser would. Returns the main response status, all Access-Control-* headers, the tested origin, and the preflight OPTIONS response. Use this for direct CORS debugging, not just security auditing.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Full URL to test, e.g. https://api.example.com/resource"
},
"method": {
"type": "string",
"description": "HTTP method to simulate (default: GET)"
},
"origin": {
"type": "string",
"description": "Origin header to simulate (default: https://yourdomain.com)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries