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
由 1 位評論者給出 0 分
權限與資料
更多資訊
- 版本
- 0.1.0
- 大小
- 61.4 KB
- 最近更新
- 15 天前 (2026年4月30日)
- 相關分類
- 授權條款
- MIT License
- 隱私權保護政策
- 閱讀此附加元件的隱私權保護政策
- 版本紀錄
- 新增至收藏集