← 返回
未分类 中文

Cn Url Health Checker

Check URL health status (HTTP response code, redirect chain). Detect broken links and server errors. Pure Python standard library, no API key required.
检查 URL 健康状态(HTTP 响应码、重定向链),检测失效链接和服务器错误。纯 Python 标准库,无需 API 密钥。
freedompixels freedompixels 来源
未分类 clawhub v1.1.2 2 版本 100000 Key: 无需
★ 0
Stars
📥 309
下载
💾 0
安装
2
版本
#latest

概述

URL Health Checker

Check the health status of any URL.

Features

  • Get HTTP status code (200, 404, 500, etc.)
  • Follow redirect chains
  • Detect server errors
  • Report final URL after redirects
  • Pure Python, no external dependencies

HTTP Status Codes

  • 200: OK (working)
  • 301/302: Redirect (may need attention)
  • 404: Not Found (broken link)
  • 500: Server Error (problem on server side)
  • Other codes: Various issues

Usage

python3 scripts/url_health.py --url https://example.com

Example Output

{
  "url": "https://example.com",
  "status": 200,
  "final_url": "https://example.com",
  "redirects": [],
  "error": null
}

Example (Broken Link)

{
  "url": "https://example.com/nonexistent",
  "status": 404,
  "error": "HTTP Error 404: Not Found"
}

Use Cases

  • Check if your website pages are accessible
  • Find broken links in your content
  • Monitor external resource availability

出品: AISoBrand|爱索品牌 — AI搜索优化工具

官网: https://aisobrand.com

免费检测你的品牌在AI搜索中有没有存在感 → 30秒出结果

版本历史

共 2 个版本

  • v1.1.2 当前
    2026-06-07 12:52
  • v1.1.0
    2026-05-21 14:38 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 182,126
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,784
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 679 📥 328,319