macos 有没有像 Fiddler for mac OS X 这样的 HTTP/HTTPS 拦截工具?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1680381/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Are there any HTTP/HTTPS interception tools like Fiddler for mac OS X?
提问by Fgblanch
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.
我想知道是否有像 fiddler 这样的应用程序,但对于 mac OS X,因为我需要在 Mac OS X 中调试来自 Web 应用程序的一些请求。我曾经在 Windows 上使用 fiddler 来完成它,并且希望有这个工具可用在 Mac 上也是如此。
采纳答案by outis
回答by EricLaw
Charles is written in Java and runs on Macs. It's not free though.
Charles 是用 Java 编写的,可以在 Mac 上运行。不过它不是免费的。
You can point your Mac at your Windows+Fiddler machine: http://www.fiddler2.com/fiddler/help/hookup.asp#Q-NonWindows
您可以将 Mac 指向 Windows+Fiddler 机器: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.
截至 2013 年,有一个用于 Mono 框架的 Fiddler Alpha 下载,该框架可在 Mac 和 Linux 上运行。此外,最新版本的 Fiddler 可以导入从 WireShark 或 Mac 上运行的其他工具捕获的 .PCAP 文件。
回答by AnthonyWJones
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).
如果你没有得到任何直接的答案,你总是可以在 Windows 机器上运行 Fiddler 并在 Mac 上配置你的浏览器以使用 Windows 机器作为代理服务器。不太令人满意,需要第二台机器(虽然它可以是虚拟的)。
回答by Jonathan Badeen
回答by haknick
Cocoa Packet Analyzer is similar to WireShark but with a much better interface. http://www.tastycocoabytes.com/cpa/
Cocoa Packet Analyzer 类似于 WireShark,但具有更好的界面。 http://www.tastycocoabytes.com/cpa/
回答by macomber
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.
WebScarab 是一个框架,用于分析使用 HTTP 和 HTTPS 协议进行通信的应用程序。它是用 Java 编写的,因此可以移植到许多平台。WebScarab 有多种操作模式,由许多插件实现。在最常见的用法中,WebScarab 作为拦截代理运行,允许操作员在浏览器创建的请求发送到服务器之前查看和修改它们,并在浏览器接收到服务器返回的响应之前查看和修改它们. WebScarab 能够拦截 HTTP 和 HTTPS 通信。操作员还可以查看通过 WebScarab 传递的对话(请求和响应)。
http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project
http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project
回答by Brandon Hill
The free Tamper DataFirefox extension is pretty good. Allows you to view, filter and modify all requests.
免费的Tamper DataFirefox 扩展非常好。允许您查看、过滤和修改所有请求。
回答by jbox
回答by Petko Marko
In case you are using Eclipse you might try http4e
如果您使用的是 Eclipse,您可以尝试 http4e