语言
/v1/ssl
检查域是否支持 HTTPS 并检查与安全相关的响应标头,例如 Strict-Transport-Security、Content-Security-Policy 和 X-Frame-Options。
Domain to check for SSL support and security headers.
curl -X POST https://api.botoi.com/v1/ssl \ -H "Content-Type: application/json" \ -d '{"domain":"cloudflare.com"}'
针对基础设施中的每个子域(api.example.com、app.example.com、cdn.example.com)运行此检查。 生成哪些子域缺少 HSTS、CSP 或 X-Frame-Options 标头的报告。
在与第三方服务集成之前,请检查其域的 HTTPS 支持和安全标头。 将结果纳入供应商风险评估中。 安排每月重新检查以检测回归情况。
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.