HTTP debugging proxy for Linux and Mac [closed]

2019-01-21 10:30发布

I use the Fiddler proxy to debug all kinds of HTTP issues on Windows. It's great for inspecting headers and responses across multiple pages.

Is there a good HTTP debugging proxy for Mac and Linux? I found Charles, but it's $50 once the trial runs out and it crashed on me. I could use Wireshark, but it's a pain.

17条回答
我欲成王,谁敢阻挡
2楼-- · 2019-01-21 11:04

There are a number of Chrome store apps now. I'm using DHC by Restlet now.

查看更多
forever°为你锁心
3楼-- · 2019-01-21 11:05

Zaproxy, a fork of Paros, is a cross-platform open source debugging proxy and is actively maintained under OWASP.

查看更多
兄弟一词,经得起流年.
4楼-- · 2019-01-21 11:08

Burp Proxy

Betwixt - based on Chrome DevTools interface

Some additional options located on Ask Ubuntu.

查看更多
该账号已被封号
5楼-- · 2019-01-21 11:13

ZAP 2.4.3 Standard is the finest HTTP debugging proxy for Mac and Linux i can find. I have used Fiddler on windows but for Linux i faced similar problem and during my search i came to know about ZAP. I am using it and it has a very rich user interface.

查看更多
我命由我不由天
6楼-- · 2019-01-21 11:14

I personally find Wireshark to be quite easy to use. Just apply a filter for HTTP traffic and right click on the traffic going/coming to/from your site and click "Follow TCP stream".

But, if you want something a little more specific for HTTP debugging I would recommend Firebug http://getfirebug.com/

查看更多
Evening l夕情丶
7楼-- · 2019-01-21 11:15

You can of course, just use Fiddler on a Windows PC and point the Mac/Linux box at it. http://www.fiddlerbook.com/fiddler/help/hookup.asp#Q-NonWindows

You can also run Fiddler in a Windows or Linux virtual machine on the Mac itself: http://blogs.telerik.com/fiddler/posts/14-01-15/running-fiddler-in-virtualbox-on-mac

查看更多
登录 后发表回答