Mac OS X 上有类似 Fiddler 的 HTTP/HTTPS 拦截工具吗?

发布于 2024-08-09 14:50:50 字数 135 浏览 3 评论 0原文

我想知道是否有像 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(12

丑丑阿 2024-08-16 14:50:51

有更通用的但可能对您没有帮助的 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.

茶底世界 2024-08-16 14:50:51

Charles 用 Ja​​va 编写并在 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.

锦爱 2024-08-16 14:50:51

如果您没有得到任何直接答案,您始终可以在 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).

弱骨蛰伏 2024-08-16 14:50:51

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.

高跟鞋的旋律 2024-08-16 14:50:51

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/

葬﹪忆之殇 2024-08-16 14:50:51

WebScarab 是一个用于分析使用 HTTP 和 HTTPS 协议进行通信的应用程序的框架。它是用 Java 编写的,因此可以移植到许多平台。 WebScarab 有多种操作模式,由许多插件实现。在最常见的用法中,WebScarab 作为拦截代理运行,允许操作员在将浏览器创建的请求发送到服务器之前检查和修改请求,并在浏览器接收从服务器返回的响应之前检查和修改它们。 WebScarab 能够拦截 HTTP 和 HTTPS 通信。操作员还可以查看通过 WebScarab 传递的对话(请求和响应)。

http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project

WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols. It is written in Java, and is thus portable to many platforms. WebScarab has several modes of operation, implemented by a number of plugins. In its most common usage, WebScarab operates as an intercepting proxy, allowing the operator to review and modify requests created by the browser before they are sent to the server, and to review and modify responses returned from the server before they are received by the browser. WebScarab is able to intercept both HTTP and HTTPS communication. The operator can also review the conversations (requests and responses) that have passed through WebScarab.

http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project

亣腦蒛氧 2024-08-16 14:50:51

免费的 Tamper Data Firefox 扩展非常好。允许您查看、过滤和修改所有请求。

The free Tamper Data Firefox extension is pretty good. Allows you to view, filter and modify all requests.

静谧 2024-08-16 14:50:51

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.

守护在此方 2024-08-16 14:50:51

如果您使用 Eclipse,您可以尝试 http4e

In case you are using Eclipse you might try http4e

瞄了个咪的 2024-08-16 14:50:51

我知道这是一个老问题,但我想将 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.

下雨或天晴 2024-08-16 14:50:51

我认为可能性较小,但FireBug(FireFox的插件)也有一些网络分析工具。

I think the possibilities are less, but FireBug (addon of FireFox) has some network analysis tools, too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文