Mac OS X 上有类似 Fiddler 的 HTTP/HTTPS 拦截工具吗?
我想知道是否有像 fiddler 这样的应用程序,但适用于 mac OS X,因为我需要调试 Mac OS X 中的 Web 应用程序的一些请求。我曾经在 Windows 上使用 fiddler 来完成此操作,并且希望有这个工具可用在 Mac 上也是如此。
I would like to know if there are any applications like fiddler but for mac OS X, as I need to debug some requests from web applications in Mac OS X. I used to do it with fiddler on Windows and would love to have this tool available on Mac as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(12)
有更通用的但可能对您没有帮助的 Wireshark。
SO 服务器站点之一可能更适合您的问题。事实上,已经有人在 上询问过超级用户。
There's the more general but perhaps not as helpful to you Wireshark.
One of the SO server sites might be better suited for your question. In fact, it's already been asked on SuperUser.
Charles 用 Java 编写并在 Mac 上运行。但它不是免费的。
您可以将 Mac 指向 Windows+Fiddler 计算机: http://www .fiddler2.com/fiddler/help/hookup.asp#Q-NonWindows
自 2013 年起,出现了适用于 Mono 框架的 Fiddler Alpha 下载,可在 Mac 和 Linux 上运行。此外,最新版本的 Fiddler 可以导入从 WireShark 或 Mac 上运行的其他工具捕获的 .PCAP 文件。
Charles is written in Java and runs on Macs. It's not free though.
You can point your Mac at your Windows+Fiddler machine: http://www.fiddler2.com/fiddler/help/hookup.asp#Q-NonWindows
And as of 2013, there's an Alpha download of Fiddler for the Mono Framework, which runs on Mac and Linux. Also, the very latest version of Fiddler can import .PCAP files captured from WireShark or other tools run on the Mac.
如果您没有得到任何直接答案,您始终可以在 Windows 计算机上运行 Fiddler,并在 Mac 上配置浏览器以使用 Windows 计算机作为代理服务器。不是很令人满意,需要第二台机器(尽管它可以是虚拟的)。
If you don't get any direct answer to this you could always run Fiddler on a windows machine and configure your browser on the Mac to use the windows machine as a proxy server. Not very satisfactory and requires a second machine (although it could be virtual).
HTTPScoop 非常适合检查 Mac 上的网络流量。这对我来说非常有帮助。我没有多想就决定了 15 美元的价格。有 14 天的试用期。
HTTPScoop is awesome for inspecting the web traffic on your Mac. It's been incredibly helpful for me. I didn't think twice about the $15 price tag. There is a 14 day trial.
Cocoa Packet Analyzer 与 WireShark 类似,但具有更好的界面。
http://www.tastycocoabytes.com/cpa/
Cocoa Packet Analyzer is similar to WireShark but with a much better interface.
http://www.tastycocoabytes.com/cpa/
http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project
http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project
免费的 Tamper Data Firefox 扩展非常好。允许您查看、过滤和修改所有请求。
The free Tamper Data Firefox extension is pretty good. Allows you to view, filter and modify all requests.
Charles 是一款适用于 Windows、Mac OS 和 Linux 的优秀 Web 调试代理。完整版售价 50 美元,但非常值得。
Charles is an excellent Web Debugging Proxy for Windows, Mac OS and Linux. The full version is 50$ but it's well worth it.
http://ditchnet.org/httpclient/
http://ditchnet.org/httpclient/
如果您使用 Eclipse,您可以尝试 http4e
In case you are using Eclipse you might try http4e
我知道这是一个老问题,但我想将 ServiceCapture 添加到列表中,以方便那些可能遇到此问题的人。
我已经使用 ServiceCapture 大约 4 年了并且很喜欢它。它不是免费的,但它是一个很棒的工具,而且不是很贵。如果您调试大量 Flash 或 AJAX 应用程序,那么它的价值是无价的。
I know this is an old question, but I wanted to add ServiceCapture to the list, for those who may come across this.
I've been using ServiceCapture for about 4 years and love it. It's not free, but it is a great tool and not very expensive. If you debug a lot of Flash or AJAX apps it is invaluable.
我认为可能性较小,但FireBug(FireFox的插件)也有一些网络分析工具。
I think the possibilities are less, but FireBug (addon of FireFox) has some network analysis tools, too.