3 个仓库
Browser add-ons that intercept, inspect, and modify HTTP traffic for debugging and testing web applications.
Distinct from Browser Extensions: Distinct from general Browser Extensions: focuses specifically on HTTP traffic interception and modification, not general browser functionality.
Explore 3 awesome GitHub repositories matching web development · HTTP Debugging Extensions. Refine with filters or upvote what's useful.
Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif
Captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic for debugging applications.
Operates as a browser extension to intercept and modify web traffic directly within the browser.
Tamperchrome 是一个基于浏览器的 API 调试器和网络拦截器,专为实时操作 HTTP 流量而设计。它作为代理替代方案,允许直接在浏览器环境中捕获和修改请求与响应。 该工具支持 API 响应模拟,并在服务器数据到达页面之前对其进行篡改。它提供修改传出请求头和请求体,以及向响应体中注入内容以测试客户端行为的功能。 该项目涵盖了广泛的网络调试领域,包括前端流量分析和对捕获请求的过滤,以隔离特定的 API 调用。这些操作无需外部代理服务器即可拦截和修改 HTTP 和 HTTPS 流量。
Functions as a browser extension that intercepts, inspects, and modifies HTTP traffic for debugging.