api-medic 作者: Mark Marquez
DevTools panel for diagnosing HTTP API issues. Pick a request from the Network panel, send it for analysis, and get a report on TLS, redirects, auth, content negotiation, and rate-limit headers. Built for engineers triaging API problems.
扩展元数据
关于此扩展
api-medic is an open-source HTTP API troubleshooting tool that adds an "api-medic" panel to Firefox DevTools. It's built for support engineers, SREs, and developers who need to quickly diagnose customer-reported API issues, but works on any HTTP request.
How it works:
Open DevTools and select the api-medic tab.
Pick a request from the Network panel.
Send it for analysis. The panel transmits that single request — wrapped as a one-entry HAR — to the hosted analyzer and renders the returned diagnostic Report inline.
What it checks:
TLS configuration and certificate issues
Redirect chains and redirect loops
Authentication and authorization headers
Content negotiation (Accept, Content-Type, charset, encoding)
Rate-limit headers (Retry-After, X-RateLimit-*, etc.)
CORS, caching, and other common HTTP misconfigurations
Privacy:
Stateless backend: no database writes, no telemetry.
Only the single request you select is transmitted, only when you click to analyze.
The hosted analyzer accepts requests only from this extension's origin.
Source code (extension and Lambda backend): https://github.com/marky224/api-medic
How it works:
Open DevTools and select the api-medic tab.
Pick a request from the Network panel.
Send it for analysis. The panel transmits that single request — wrapped as a one-entry HAR — to the hosted analyzer and renders the returned diagnostic Report inline.
What it checks:
TLS configuration and certificate issues
Redirect chains and redirect loops
Authentication and authorization headers
Content negotiation (Accept, Content-Type, charset, encoding)
Rate-limit headers (Retry-After, X-RateLimit-*, etc.)
CORS, caching, and other common HTTP misconfigurations
Privacy:
Stateless backend: no database writes, no telemetry.
Only the single request you select is transmitted, only when you click to analyze.
The hosted analyzer accepts requests only from this extension's origin.
Source code (extension and Lambda backend): https://github.com/marky224/api-medic
评分 0(1 位用户)
权限与数据
更多信息
- 附加组件链接
- 版本
- 0.1.0
- 大小
- 61.4 KB
- 上次更新
- 1 个月前 (2026年4月30日)
- 相关分类
- 许可证
- MIT 许可证
- 隐私政策
- 阅读此附加组件的隐私政策
- 版本历史
- 添加到收藏集